LUYAO REN před 5 roky
rodič
revize
b85fc99bbf
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      tasks/merge_chromo.wdl

+ 3
- 3
tasks/merge_chromo.wdl Zobrazit soubor

@@ -10,11 +10,11 @@ task merge_chromo {

cat ${sep=" " mendelian_vote_snv} > ${sample_name}.snv.txt

cat ${sep=" " mendelian_vote_indel} > ${sample_name}.indel
cat ${sep=" " mendelian_vote_indel} > ${sample_name}.indel.txt

cat ${sample_name}.snv | cut -f3,4 | sort | uniq -c > ${sample_name}.snv.summary.txt
cat ${sample_name}.snv.txt | cut -f3,4 | sort | uniq -c > ${sample_name}.snv.summary.txt

cat ${sample_name}.indel | cut -f3,4 | sort | uniq -c > ${sample_name}.indel.summary.txt
cat ${sample_name}.indel.txt | cut -f3,4 | sort | uniq -c > ${sample_name}.indel.summary.txt

>>>


Načítá se…
Zrušit
Uložit