Fix typo in snpEff documentation

This commit is contained in:
David Roazen 2013-06-19 13:15:24 -04:00
parent a3d6ad55f9
commit 0be788f0f9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ import java.util.regex.Pattern;
* *
* <p>See <a href='http://snpeff.sourceforge.net/'>http://snpeff.sourceforge.net/</a> for more information on the SnpEff tool</p>. * <p>See <a href='http://snpeff.sourceforge.net/'>http://snpeff.sourceforge.net/</a> for more information on the SnpEff tool</p>.
* *
* <p>For each variant, this tol chooses one of the effects of highest biological impact from the SnpEff * <p>For each variant, this tool 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.</p> * and adds annotations on that effect.</p>
* *