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.

23 line
1.2KB

  1. {
  2. "{{ project_name }}.SENTIEON_INSTALL_DIR": "{{ SENTIEON_INSTALL_DIR }}",
  3. "{{ project_name }}.fasta": "{{ fasta }}",
  4. "{{ project_name }}.dbsnp_dir": "{{ dbsnp_dir }}",
  5. "{{ project_name }}.disk_size": "{{ disk_size }}",
  6. "{{ project_name }}.FASTQCdocker": "{{ FASTQCdocker }}",
  7. "{{ project_name }}.screen_ref_dir": "{{ screen_ref_dir }}",
  8. "{{ project_name }}.tumor_fastq_2": "{{ tumor_fastq_2 }}",
  9. "{{ project_name }}.dbmills_dir": "{{ dbmills_dir }}",
  10. "{{ project_name }}.fastq_screen_conf": "{{ fastq_screen_conf }}",
  11. "{{ project_name }}.normal_fastq_1": "{{ normal_fastq_1 }}",
  12. "{{ project_name }}.FASTQSCREENdocker": "{{ FASTQSCREENdocker }}",
  13. "{{ project_name }}.cluster_config": "{{ cluster_config }}",
  14. "{{ project_name }}.SENTIEON_LICENSE": "{{ SENTIEON_LICENSE }}",
  15. "{{ project_name }}.tumor_fastq_1": "{{ tumor_fastq_1 }}",
  16. "{{ project_name }}.normal_fastq_2": "{{ normal_fastq_2 }}",
  17. "{{ project_name }}.SENTIEONdocker": "{{ SENTIEONdocker }}",
  18. "{{ project_name }}.QUALIMAPdocker": "{{ QUALIMAPdocker }}",
  19. "{{ project_name }}.db_mills": "{{ db_mills }}",
  20. "{{ project_name }}.sample": "{{ sample }}",
  21. "{{ project_name }}.dbsnp": "{{ dbsnp }}",
  22. "{{ project_name }}.ref_dir": "{{ ref_dir }}"
  23. }