Procházet zdrojové kódy

snv and indel

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

+ 1
- 1
tasks/merge_mendelian_vote.wdl Zobrazit soubor

@@ -11,7 +11,7 @@ task merge_mendelian_vote {

python /opt/merge_mendelian_vote.py ${mendelian_file} ${vote_file} ${mut_file} ${output_prefix}.mendelian.vote.txt

cat ${output_prefix}.mendelian.vote.txt | awk '{ if ((length($6) == 1) || (length($7) == 1)) { print } }' > ${output_prefix}.snv
cat ${output_prefix}.mendelian.vote.txt | awk '{ if ((length($6) == 1) && (length($7) == 1)) { print } }' > ${output_prefix}.snv

cat ${output_prefix}.mendelian.vote.txt | awk '{ if ((length($6) > 1) || (length($7) > 1)) { print } }' > ${output_prefix}.indel


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