Browse Source

merge chromo

master
LUYAO REN 5 years ago
parent
commit
48d274c191
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      tasks/merge_chromo.wdl

+ 4
- 1
tasks/merge_chromo.wdl View File

@@ -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"
}
}

Loading…
Cancel
Save