gatk-3.8/public/java/test/org/broadinstitute/sting/commandline
Eric Banks f172c349f6 Adding the functionality to enable users to input a file of VCFs for -V.
To do this I have added a RodBindingCollection which can represent either a VCF or a
file of VCFs.  Note that e.g. SelectVariants allows a list of RodBindingCollections so
that one can intermix VCFs and VCF lists.

For VariantContext tags with a list, by default the tags for the -V argument are applied
unless overridden by the individual line.  In other words, any given line can have either
one token (the file path) or two tokens (the new tags and the file path).  For example:
foo.vcf
VCF,name=bar bar.vcf

Note that a VCF list file name must end with '.list'.

Added this functionality to CombineVariants, CombineReferenceCalculationVariants, and VariantRecalibrator.
2014-01-08 00:45:00 -05:00
..
ArgumentMatchSiteUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ArgumentMatchSourceUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ArgumentTypeDescriptorUnitTest.java Fixed the logic of the @Output annotation and its interaction with 'required'. 2013-03-14 11:58:51 -04:00
InvalidArgumentIntegrationTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ParsingEngineUnitTest.java Add ability to specify min/max required/recommended values for numeric arguments in the @Argument annotation 2013-12-18 18:09:08 -05:00
RodBindingCollectionUnitTest.java Adding the functionality to enable users to input a file of VCFs for -V. 2014-01-08 00:45:00 -05:00
RodBindingUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00