@@ -7,7 +7,9 @@ task merge_chromo { | |||
command <<< | |||
cat ${sep=" " mendelian_vote_summary} > ${sample_name}.all_chromo.mendelian.vote.txt | |||
paste ${sep=" " mendelian_vote_summary} > ${sample_name}.all_chromo.mendelian.vote.txt | |||
paste ${sep=" " mendelian_vote_summary} > ${sample_name}.colnames | |||
>>> | |||
@@ -19,5 +21,6 @@ task merge_chromo { | |||
} | |||
output { | |||
File mendelian_vote_summary_all_chromo = "${sample_name}.all_chromo.mendelian.vote.txt" | |||
File colnames = "${sample_name}.colnames" | |||
} | |||
} |