Minor docs update

This commit is contained in:
Eric Banks 2011-11-12 23:21:07 -05:00
parent 76d357be40
commit b7c33116af
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ import java.util.*;
* -T VariantAnnotator \ * -T VariantAnnotator \
* -I input.bam \ * -I input.bam \
* -o output.vcf \ * -o output.vcf \
* -A DepthOfCoverage * -A DepthOfCoverage \
* --variant input.vcf \ * --variant input.vcf \
* -L input.vcf * -L input.vcf \
* --dbsnp dbsnp.vcf * --dbsnp dbsnp.vcf
* </pre> * </pre>
* *