gatk-3.8/public
Alex Baumann 024ec69e97 Modify GATK command line header for unique keys
The GATK command line header keys were being repeated in the VCF and
subsequently lost to a single key value by HTSJDK.  This resolves
the issue by appending the name of the walker after the text
"GATKCommandLine" and a number after that if the same walker was
used more than once in the form: GATKCommandLine.(walker name) for
the first occurrence of the walker, and GATKCommandLine.(walker name).#
where # is the number of the occurrence of the walker (e.g.
GATKCommandLine.SomeWalker.2 for the second occurrence of SomeWalker).
Integration test added to EngineFeaturesIntegrationTest to verify
two runs of same walker follow expected form.

Resolves #909
See also: HTSJDK #43
2015-04-02 13:56:11 -04:00
..
VectorPairHMM Do not use logger, write to stderr, could not get the correct logger dependency in pom.xml 2015-01-06 10:32:11 -05:00
c After renaming the packages, instead of updating the JNI library used for testing bwa, moving the classes to the archive. 2014-05-19 17:36:41 -04:00
chainFiles The contig is named MT not M in b36. Delivers PT68890442. 2014-04-08 10:03:47 -04:00
doc Updated readme in public/doc to just point to the website 2015-03-12 11:52:48 -04:00
external-example Added introductory CRAM support. 2015-01-26 14:47:39 -03:00
gatk-engine Modify GATK command line header for unique keys 2015-04-02 13:56:11 -04:00
gatk-queue Faster builds, with updates to documentation generation. 2014-11-05 00:32:23 +08:00
gatk-queue-extensions-generator Added optional element "includeUnmapped" to the PartitionBy annotation 2015-01-31 15:47:57 -05:00
gatk-queue-extensions-public Added optional element "includeUnmapped" to the PartitionBy annotation 2015-01-31 15:47:57 -05:00
gatk-root Upgrade SLF4J to allow new convient logging syntaxes 2015-03-02 17:01:10 -05:00
gatk-tools-public Update -mv example documentation 2015-04-01 02:37:42 -04:00
gatk-utils Added keepOriginalDP argument to SelectVariants 2015-03-25 22:45:31 -04:00
gsalib Fixes the test that was failing due to gsalib build failure 2015-03-17 04:26:03 -04:00
java/config Refactored maven directories and java packages replacing "sting" with "gatk". 2014-05-19 17:36:39 -04:00
package-tests Split all imports of tools|engine from utils, and all tools from engine. 2014-10-24 20:59:46 +08:00
perl Fixing the liftover script to not require strict VCF header validation. 2013-11-07 09:02:17 -05:00
repo Bumping HTSJDK version to pickup a bug fix for CRAM. 2015-01-26 14:47:39 -03:00
src/main Added faster built executable, non-packaged jars. 2014-11-05 00:30:46 +08:00
pom.xml Update pom versions to mark the start of GATK 3.4 development 2014-10-23 22:31:44 -04:00