fixed typo in help text

This commit is contained in:
Ryan Poplin 2012-01-06 10:36:11 -05:00
parent 310c05bd09
commit 616ff8ea01
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class CombineVariants extends RodWalker<Integer, Integer> {
* and each named argument will be labeled as such in the output (i.e., set=name rather than
* set=variants2). The order of arguments does not matter unless except for the naming, so
* if you provide an rod priority list and no explicit names than variants, variants2, etc
* are techincally order dependent. It is strongly recommended to provide explicit names when
* are technically order dependent. It is strongly recommended to provide explicit names when
* a rod priority list is provided.
*/
@Input(fullName="variant", shortName = "V", doc="Input VCF file", required=true)