gatk-3.8/java/test/org/broadinstitute/sting/gatk/walkers
rpoplin 1931b2e1bd Three fixes for VariantFiltrationWalker: Trying to filter an empty VCF file will produce a well-formed VCF file with zero records instead of a blank file, needed for pipelines. The first record's genotype info fields are now in the same order as all the others. The VCF header lines are pulled from just the input variant rod instead of from all rods.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4341 348d0f76-0448-11de-a6fe-93d51630548a
2010-09-24 13:52:56 +00:00
..
annotator The engine now automatically adds the command-line arguments to the header of every VCF, unless -NO_HEADER is specified. 2010-09-22 15:27:58 +00:00
beagle Disable VCF header output in the Beagle integrationtest. 2010-09-22 16:50:03 +00:00
coverage Improvements to the error display code to print out the SVN number in all messages. Fixes to CallableLoci and tests to check for that case 2010-09-13 18:36:45 +00:00
fasta I just spoke to Andrey & Kiran (the original authors of these tools), and they voted to kill these in favor of Picard 2010-09-20 13:27:35 +00:00
filters Three fixes for VariantFiltrationWalker: Trying to filter an empty VCF file will produce a well-formed VCF file with zero records instead of a blank file, needed for pipelines. The first record's genotype info fields are now in the same order as all the others. The VCF header lines are pulled from just the input variant rod instead of from all rods. 2010-09-24 13:52:56 +00:00
genotyper The engine now automatically adds the command-line arguments to the header of every VCF, unless -NO_HEADER is specified. 2010-09-22 15:27:58 +00:00
indels Damnit. Enabling the Picard code to recalculate all of the relevant SAMRecord attribute tags means that I need to have reference bases over all read bases even after realignment (and there are some big indels in dbsnp). Fortunately, I have my trusty IndexedFastaSequenceFile reader handy! Re-enabling the previously broken performance test. 2010-09-12 05:06:37 +00:00
qc enabling tests that now pass with the conitg length validation. 2010-09-21 22:20:50 +00:00
recalibration CombineVariants now outputs the command line in the VCF header. Added a new hidden argument to VR walkers called --NoByHapMapValidationStatus to turn off the by-hapmap dbsnp rod behavior. Very useful for experimenting with which sets to use as training data. 2010-09-18 16:06:50 +00:00
sequenom removal of most of the old GATK ROD system; also a fix for -Dsingle so we can again run just a single unit or integration test (single tests in tribble can be run with the -DsingleTest option now). More to come. 2010-09-15 22:54:49 +00:00
varianteval Command-line argument tagging is in, and the ROD system is hacked slightly to support the new syntax 2010-08-25 03:47:57 +00:00
variantrecalibration Better error message for Petr's null pointer exception. Also added an exception integration test because I'm certain this used to work. 2010-09-21 13:44:40 +00:00
variantutils The engine now automatically adds the command-line arguments to the header of every VCF, unless -NO_HEADER is specified. 2010-09-22 15:27:58 +00:00
ClipReadsWalkersIntegrationTest.java The battle is over. Picard is revved. 2010-09-03 05:28:01 +00:00
PileupWalkerIntegrationTest.java removal of most of the old GATK ROD system; also a fix for -Dsingle so we can again run just a single unit or integration test (single tests in tribble can be run with the -DsingleTest option now). More to come. 2010-09-15 22:54:49 +00:00
PrintReadsWalkerUnitTest.java Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting. 2010-08-22 14:27:05 +00:00
VariantsToVCFIntegrationTest.java The engine now automatically adds the command-line arguments to the header of every VCF, unless -NO_HEADER is specified. 2010-09-22 15:27:58 +00:00