LUYAO REN 4 lat temu
rodzic
commit
0c524cafa9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      tasks/region.wdl

+ 2
- 2
tasks/region.wdl Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz