Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Mar 19, 2015
1 parent acf1f40 commit 492873d
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
zless $VCF \
| sed -i 's/ID=AD,Number=./ID=AD,Number=R/' $VCF
| sed 's/ID=AD,Number=./ID=AD,Number=R/'
| vt decompose -s - \
| vt normalize -r $REF - \
| java -Xmx4G -jar $SNPEFFJAR -formatEff GRCh37.75 \
Expand Down

0 comments on commit 492873d

Please sign in to comment.