Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Mar 27, 2015
1 parent 948f1b7 commit 320f040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A workflow for the above steps is given below.
# decompose, normalize and annotate VCF with snpEff.
# NOTE: can also swap snpEff with VEP
#NOTE: -classic and -formatEff flags needed with snpEff >= v4.1
zless $VCF \
zless $VCF \
| sed 's/ID=AD,Number=./ID=AD,Number=R/'
| vt decompose -s - \
| vt normalize -r $REF - \
Expand Down

0 comments on commit 320f040

Please sign in to comment.