LUYAO REN 4 anni fa
parent
commit
0c524cafa9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      tasks/region.wdl

+ 2
- 2
tasks/region.wdl Vedi File

@@ -65,13 +65,13 @@ task region {

for i in *vcfstat.txt
do
cat $i | sed -n '13,13p' | sed 's/\s\+/\t/g' | cut -f3 >> ${sample_name}.${tag}.ti_tv.txt
cat $i | sed -n '10,10p' | sed 's/\s\+/\t/g' | cut -f3 >> ${sample_name}.${tag}.ti_tv.txt
done


for i in *vcfstat.txt
do
cat $i | sed -n '14,14p' | sed 's/\s\+/\t/g' | cut -f5 >> ${sample_name}.${tag}.het_hom.txt
cat $i | sed -n '11,11p' | sed 's/\s\+/\t/g' | cut -f5 >> ${sample_name}.${tag}.het_hom.txt
done



Loading…
Annulla
Salva