Kaynağa Gözat

merge chromo

master
LUYAO REN 5 yıl önce
ebeveyn
işleme
48d274c191
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      tasks/merge_chromo.wdl

+ 4
- 1
tasks/merge_chromo.wdl Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet