Skip to content

Commit

Permalink
Merge pull request #408 from dgaston/master
Browse files Browse the repository at this point in the history
Add -classic instruction to normalize/annotate workflow in index.rst
  • Loading branch information
arq5x committed Mar 24, 2015
2 parents 4b36ae5 + 8327f94 commit 948f1b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ A workflow for the above steps is given below.
# decompose, normalize and annotate VCF with snpEff.
# NOTE: can also swap snpEff with VEP
zless $VCF \
#NOTE: -classic and -formatEff flags needed with snpEff >= v4.1
zless $VCF \
| sed 's/ID=AD,Number=./ID=AD,Number=R/'
| vt decompose -s - \
| vt normalize -r $REF - \
| java -Xmx4G -jar $SNPEFFJAR -formatEff GRCh37.75 \
| java -Xmx4G -jar $SNPEFFJAR -formatEff -classic GRCh37.75 \
| bgzip -c > $NORMVCF
tabix $NORMVCF

Expand Down

0 comments on commit 948f1b7

Please sign in to comment.