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.

30 lines
1.5KB

  1. {
  2. "{{ project_name }}.sample": "{{ sample }}",
  3. "{{ project_name }}.fastq_1": "{{ fastq_1 }}",
  4. "{{ project_name }}.fastq_2": "{{ fastq_2 }}",
  5. "{{ project_name }}.normal_recaled_bam": "{{ normal_recaled_bam }}",
  6. "{{ project_name }}.normal_recaled_bam_index": "{{ normal_recaled_bam_index }}",
  7. "{{ project_name }}.type": "{{ type }}",
  8. "{{ project_name }}.fasta": "{{ fasta }}",
  9. "{{ project_name }}.ref_dir": "{{ ref_dir }}",
  10. "{{ project_name }}.dbsnp": "{{ dbsnp }}",
  11. "{{ project_name }}.dbsnp_dir": "{{ dbsnp_dir }}",
  12. "{{ project_name }}.SENTIEON_INSTALL_DIR": "{{ SENTIEON_INSTALL_DIR }}",
  13. "{{ project_name }}.SENTIEON_LICENSE": "{{ SENTIEON_LICENSE }}",
  14. "{{ project_name }}.dbmills_dir": "{{ dbmills_dir }}",
  15. "{{ project_name }}.db_mills": "{{ db_mills }}",
  16. "{{ project_name }}.sentieon_docker": "{{ sentieon_docker }}",
  17. "{{ project_name }}.annovar_docker": "{{ annovar_docker }}",
  18. "{{ project_name }}.maftools_docker": "{{ maftools_docker }}",
  19. "{{ project_name }}.database": "{{ database }}",
  20. "{{ project_name }}.regions": "{{ regions }}",
  21. "{{ project_name }}.set_pon": {{ set_pon }},
  22. "{{ project_name }}.pon_vcf": "{{ pon_vcf }}",
  23. "{{ project_name }}.cosmic_vcf": "{{ cosmic_vcf }}",
  24. "{{ project_name }}.cosmic_dir": "{{ cosmic_dir }}",
  25. "{{ project_name }}.disk_size": "{{ disk_size }}",
  26. "{{ project_name }}.cluster_config": "{{ cluster_config }}",
  27. "{{ project_name }}.set_annovar": {{ set_annovar }},
  28. "{{ project_name }}.set_vcf2maf": {{ set_vcf2maf }}
  29. }