From fastq to lncRNA profile.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
2.2KB

  1. {
  2. "{{ project_name }}.sample_id": "{{ sample_id }}",
  3. "{{ project_name }}.read1": "{{ read1 }}",
  4. "{{ project_name }}.read2": "{{ read2 }}",
  5. "{{ project_name }}.adapter_sequence": "{{ adapter_sequence }}",
  6. "{{ project_name }}.adapter_sequence_r2": "{{ adapter_sequence_r2 }}",
  7. "{{ project_name }}.fastp_docker": "{{ fastp_docker }}",
  8. "{{ project_name }}.fastp_cluster": "{{ fastp_cluster }}",
  9. "{{ project_name }}.umi_loc": "{{ umi_loc }}",
  10. "{{ project_name }}.trim_front1": "{{ trim_front1 }}",
  11. "{{ project_name }}.trim_tail1": "{{ trim_tail1 }}",
  12. "{{ project_name }}.max_len1": "{{ max_len1 }}",
  13. "{{ project_name }}.trim_front2": "{{ trim_front2 }}",
  14. "{{ project_name }}.trim_tail2": "{{ trim_tail2 }}",
  15. "{{ project_name }}.max_len2": "{{ max_len2 }}",
  16. "{{ project_name }}.disable_adapter_trimming": "{{ disable_adapter_trimming }}",
  17. "{{ project_name }}.length_required": "{{ length_required }}",
  18. "{{ project_name }}.umi_len": "{{ umi_len }}",
  19. "{{ project_name }}.UMI": "{{ UMI }}",
  20. "{{ project_name }}.qualified_quality_phred": "{{ qualified_quality_phred }}",
  21. "{{ project_name }}.length_required1": "{{ length_required1 }}",
  22. "{{ project_name }}.disable_quality_filtering": "{{ disable_quality_filtering }}",
  23. "{{ project_name }}.idx": "{{ idx }}",
  24. "{{ project_name }}.idx_prefix": "{{ idx_prefix }}",
  25. "{{ project_name }}.pen_intronlen": "{{ pen_intronlen }}",
  26. "{{ project_name }}.hisat2_docker": "{{ hisat2_docker }}",
  27. "{{ project_name }}.hisat2_cluster": "{{ hisat2_cluster }}",
  28. "{{ project_name }}.pen_cansplice": "{{ pen_cansplice }}",
  29. "{{ project_name }}.pen_noncansplice": "{{ pen_noncansplice }}",
  30. "{{ project_name }}.min_intronlen": "{{ min_intronlen }}",
  31. "{{ project_name }}.max_intronlen": "{{ max_intronlen }}",
  32. "{{ project_name }}.maxins": "{{ maxins }}",
  33. "{{ project_name }}.minins": "{{ minins }}",
  34. "{{ project_name }}.samtools_docker": "{{ samtools_docker }}",
  35. "{{ project_name }}.samtools_cluster": "{{ samtools_cluster }}",
  36. "{{ project_name }}.insert_size": "{{ insert_size }}",
  37. "{{ project_name }}.lnc_gtf_file": "{{ lnc_gtf_file }}",
  38. "{{ project_name }}.subread_docker": "{{ subread_docker }}",
  39. "{{ project_name }}.subread_cluster": "{{ subread_cluster }}"
  40. }