瀏覽代碼

merge chromo

master
LUYAO REN 5 年之前
父節點
當前提交
48d274c191
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      tasks/merge_chromo.wdl

+ 4
- 1
tasks/merge_chromo.wdl 查看文件

@@ -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…
取消
儲存