from fastq to bam files
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.

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