@@ -31,7 +31,7 @@ task bcftools { | |||
} | |||
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" | |||
} | |||
} |