|
- {
- "{{ project_name }}.tumour_bam": "{{ tumour_bam }}",
- "{{ project_name }}.tumour_bam_bai": "{{ tumour_bam_bai }}",
- "{{ project_name }}.normal_bam": "{{ normal_bam }}",
- "{{ project_name }}.normal_bam_bai": "{{ normal_bam_bai }}",
- "{{ project_name }}.ref_fasta": "{{ref_fasta}}",
- "{{ project_name }}.ref_dir": "{{ ref_dir }}",
- "{{ project_name }}.sample_id": "{{ sample_id }}",
- "{{ project_name }}.manta_indel_vcf": "{{ manta_indel_vcf }}",
- "{{ project_name }}.manta_indel_vcf_index": "{{ manta_indel_vcf_index }}",
- "{{ project_name }}.docker_stralka": "{{ docker_stralka }}",
- "{{ project_name }}.cluster_config": "{{ cluster_config }}",
- "{{ project_name }}.disk_size": "{{ disk_size }}"
-
- }
|