Skip to content

Commit

Permalink
modified: cre.vt.decompose.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Oct 24, 2018
1 parent 8328f1c commit 86ac869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cre.vt.decompose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ bname=`basename $1 .vcf.gz`
#already fixed in the new version
#cat $bname.vcf | sed s/"##FORMAT=<ID=AD,Number=."/"##FORMAT=<ID=AD,Number=R"/ > $bname.modified.vcf

vt decompose -s $1 | vt normalize -r ~/work/tools/bcbio/genomes/Hsapiens/GRCh37/seq/GRCh37.fa - | vt uniq - -o $bname.decomposed.vcf.gz
vt decompose -s $1 | vt normalize -r ~/work/tools/bcbio/genomes/Hsapiens/GRCh37/seq/GRCh37.fa -n - | vt uniq - -o $bname.decomposed.vcf.gz

tabix $bname.decomposed.vcf.gz

0 comments on commit 86ac869

Please sign in to comment.