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.

20 line
983B

  1. {
  2. "{{ project_name }}.tumor_bam": "{{ tumor_bam }}",
  3. "{{ project_name }}.tumor_bam_bai": "{{ tumor_bam_bai }}",
  4. "{{ project_name }}.normal_bam": "{{ normal_bam }}",
  5. "{{ project_name }}.normal_bam_bai": "{{ normal_bam_bai }}",
  6. "{{ project_name }}.ref_fasta": "{{ref_fasta}}",
  7. "{{ project_name }}.ref_dir": "{{ ref_dir }}",
  8. "{{ project_name }}.ref_bed": "{{ ref_bed }}",
  9. "{{ project_name }}.sample_id": "{{ sample_id }}",
  10. "{{ project_name }}.manta_indel_vcf": "{{ manta_indel_vcf }}",
  11. "{{ project_name }}.manta_indel_vcf_index": "{{ manta_indel_vcf_index }}",
  12. "{{ project_name }}.docker_stralka": "{{ docker_stralka }}",
  13. "{{ project_name }}.cluster_config": "{{ cluster_config }}",
  14. "{{ project_name }}.disk_size": "{{ disk_size }}",
  15. "{{ project_name }}.docker_bcftools": "{{ docker_bcftools }}",
  16. "{{ project_name }}.docker_annovar": "{{ docker_annovar }}",
  17. "{{ project_name }}.annovar_database": "{{ annovar_database }}"
  18. }