Minor html-formatting-related documentation fix to the SnpEff class.

This commit is contained in:
David Roazen 2011-09-15 13:07:50 -04:00
parent 3db457ed01
commit 1e682deb26
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import java.util.*;
* (http://snpeff.sourceforge.net/).
*
* For each variant, chooses one of the effects of highest biological impact from the SnpEff
* output file (which must be provided on the command line via --snpEffFile <filename>.vcf),
* output file (which must be provided on the command line via --snpEffFile filename.vcf),
* and adds annotations on that effect.
*
* @author David Roazen