Skip to content

Commit

Permalink
modified: cre.vt.normalize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Oct 24, 2018
1 parent d6262d0 commit 8328f1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cre.vt.normalize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#PBS -d .
#PBS -l vmem=20g,mem=20g

# do not fail if a variant in inconsistent with the reference

bname=`basename $vcf .vcf.gz`

vt normalize -r ~/work/tools/bcbio/genomes/Hsapiens/GRCh37/seq/GRCh37.fa $vcf | vt uniq - -o $bname.normalized.vcf.gz
vt normalize -r ~/work/tools/bcbio/genomes/Hsapiens/GRCh37/seq/GRCh37.fa $vcf -n | vt uniq - -o $bname.normalized.vcf.gz
tabix $bname.normalized.vcf.gz

0 comments on commit 8328f1c

Please sign in to comment.