} | } | ||||
output { | output { | ||||
File concat_vcf = "${sample_id}.strelka.PASS.vcf.gz" | |||||
File concat_vcf_index = "${sample_id}.strelka.PASS.vcf.gz.tbi" | |||||
File concat_vcf = "${sample_id}.strelka.norm.vcf.gz" | |||||
File concat_vcf_index = "${sample_id}.strelka.norm.vcf.gz.tbi" | |||||
} | } | ||||
} | } |