gatk-3.8/java/src/org/broadinstitute/sting/commandline
ebanks 594b7912f1 Added a generic method for returning the complete command-line used when calling a walker, to be used in the bam/vcf headers. As requested, every possible engine/walker argument is included. I've added it to the Unified Genotyper output, so people can try it out and let me know what they think. Something that needs to be discussed in group meeting: what happens when we merge VCFs? Do we keep all of the command-lines?
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3969 348d0f76-0448-11de-a6fe-93d51630548a
2010-08-08 03:53:07 +00:00
..
Argument.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
ArgumentCollection.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
ArgumentDefinition.java Added @Hidden annotation, a way to deliberately exclude experimental fields and 2010-08-05 02:26:46 +00:00
ArgumentDefinitionGroup.java Added @Hidden annotation, a way to deliberately exclude experimental fields and 2010-08-05 02:26:46 +00:00
ArgumentDefinitions.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
ArgumentException.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
ArgumentIOType.java Started path of deprecation of Sting's @Argument by splitting the annotation into @Output and @Input. Anything that's not an @Output should be an @Input. 2010-06-25 20:51:13 +00:00
ArgumentMatches.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
ArgumentSource.java Added @Hidden annotation, a way to deliberately exclude experimental fields and 2010-08-05 02:26:46 +00:00
ArgumentTypeDescriptor.java Added @Hidden annotation, a way to deliberately exclude experimental fields and 2010-08-05 02:26:46 +00:00
ClassType.java Workaround for scala trait erasing parameterized types: 2010-07-07 03:15:10 +00:00
CommandLineProgram.java Coping out and forcing the entire GATK (and associated JVM) to use US English 2010-08-03 03:48:26 +00:00
CommandLineUtils.java Added a generic method for returning the complete command-line used when calling a walker, to be used in the bam/vcf headers. As requested, every possible engine/walker argument is included. I've added it to the Unified Genotyper output, so people can try it out and let me know what they think. Something that needs to be discussed in group meeting: what happens when we merge VCFs? Do we keep all of the command-lines? 2010-08-08 03:53:07 +00:00
EnumerationArgumentDefault.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
Input.java Started path of deprecation of Sting's @Argument by splitting the annotation into @Output and @Input. Anything that's not an @Output should be an @Input. 2010-06-25 20:51:13 +00:00
Output.java Started path of deprecation of Sting's @Argument by splitting the annotation into @Output and @Input. Anything that's not an @Output should be an @Input. 2010-06-25 20:51:13 +00:00
ParsingEngine.java Refactored ArgumentDefinition to absorb functionality from ArgumentDefinition and ArgumentTypeDescriptor. 2010-06-30 18:37:58 +00:00
ParsingMethod.java Fixing command line parsing to accept negative number arguments. Command line definitions must now start with a letter or underscore; previously, they could start with a digit. 2010-06-21 21:54:31 +00:00
package-info.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00