Commit Graph

6675 Commits (ab69b8e4ee69ffd97868ac7898bd2b17623a9ccb)

Author SHA1 Message Date
Kiran V Garimella ab69b8e4ee Merged bug fix from Stable into Unstable 2011-07-27 12:37:34 -04:00
Kiran V Garimella 6ebd83478b Fixed build.xml to reflect path changes for gsalib 2011-07-27 12:37:00 -04:00
Kiran V Garimella fe52f2dd8c Merged bug fix from Stable into Unstable 2011-07-27 12:30:15 -04:00
Kiran V Garimella ca35defdcd Moved gsalib sources from private/ to public/ 2011-07-27 12:29:43 -04:00
Kiran V Garimella ada2f21976 Revert "Merge branch 'master' of ssh://copper.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable"
This reverts commit 9c81ef835a3ac581d4eb9cf1243e30df20a46795, reversing
changes made to f23d3ad5aec1c70cc1ecc48b295258aa70d30c7d.
2011-07-27 12:27:17 -04:00
Kiran V Garimella 86d38b7f0b Merge branch 'master' of ssh://copper.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable 2011-07-27 10:35:19 -04:00
Kiran V Garimella dc8061e7a6 Moved gsalib from private/ to public/ 2011-07-27 10:34:56 -04:00
Mauricio Carneiro e607461db1 leftover </ol> removed... 2011-07-26 19:31:33 -04:00
Mauricio Carneiro 20a3b31b61 Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable 2011-07-26 19:29:45 -04:00
Mauricio Carneiro 321afac4e8 Updates to the help layout.
*New style.css, new template for the walker auto-generated html. Short description is no longer repeated in the long description of the walker.

 *Updated DiffObjectsWalker and ContigStatsWalker as "reference" documented walkers.
2011-07-26 19:29:25 -04:00
Kiran V Garimella 405e521d44 Merge branch 'master' of ssh://copper.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable 2011-07-26 17:56:48 -04:00
Kiran V Garimella 92a11ed8dc Updated MD5 for PhaseByTransmissionIntegrationTest 2011-07-26 17:52:25 -04:00
Kiran V Garimella 412c466de6 Bug fix, wherein triple-hets after genotype refinement need to be left unphased, not just prior to refinement 2011-07-26 17:43:43 -04:00
Mark DePristo 81f8e05bfa Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable 2011-07-26 17:35:46 -04:00
Mark DePristo f6a5e0e36a Go for global integrationtest path first, if possible. 2011-07-26 17:35:30 -04:00
Kiran V Garimella 36daaa7bda Extract GA, AR2, and DR2 from the BEAGLE output 2011-07-26 17:29:23 -04:00
Matt Hanna fec495e292 Fix a nasty little bug in the sharding system: if the last shard in contig n
overlaps exactly on disk with the first shard in contig n+1, the shards
would be merged together to avoid duplicate extraction.  Unfortunately,
the interval overlap filter couldn't handle shards spanning contigs, and
was choosing to filter out reads from contig n+1 which should have been
included.
I'm not completely sure why the BAM indexing code would ever specify that the
end of one chromosome had the same on-disk location as the start of the next
one.  I suspect that this is a indexer performance bug.
2011-07-26 15:43:20 -04:00
Kiran V Garimella d87e6bdea0 Don't process sites where everyone is hom-ref, and print no-call genotypes when necessary 2011-07-26 08:44:27 -04:00
Kiran V Garimella 4e09f87dfa Debug: fixed bug where position wasn't output. Experimenting with allele and genotype printing 2011-07-26 01:44:19 -04:00
Kiran V Garimella 075f7683b2 Debug: fixed some typos that ended up referring to the wrong VCs when populating table 2011-07-26 01:31:11 -04:00
Kiran V Garimella b51d461d09 Debug: declared missing AF columns 2011-07-26 01:23:15 -04:00
Kiran V Garimella 2d86c0d7d4 Debug: get all attributes as raw Object types, rather than as specific types 2011-07-26 01:19:30 -04:00
Kiran V Garimella a615556781 Debug: removed restrictions that all VCs had to be non-null 2011-07-26 01:13:33 -04:00
Kiran V Garimella ef4101b62d Merge branch 'desktop' 2011-07-25 17:38:03 -04:00
Kiran V Garimella 70b69d8e89 Fixed a typo - should all set(), not addColumn() 2011-07-25 17:37:14 -04:00
Kiran V Garimella 5854a56366 Merge branch 'desktop' 2011-07-25 17:20:43 -04:00
Kiran V Garimella 626552481f Check if the tracker is null and, if so, do not process the locus. 2011-07-25 17:20:36 -04:00
Kiran V Garimella 3361b46add Merge branch 'desktop' 2011-07-25 16:51:29 -04:00
Kiran V Garimella edaa0c5d7f One-off walker to take a whole bunch of RBP-analysis VCFs and dump them to an R-readable table 2011-07-25 16:40:16 -04:00
Matt Hanna 088fc39308 Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable 2011-07-25 15:54:56 -04:00
Matt Hanna 6fd6684e86 Merged bug fix from Stable into Unstable
Conflicts:
	build.xml
2011-07-25 15:21:17 -04:00
Matt Hanna 6f43284053 Switch to including our entire exception tree rather than just UserException. 2011-07-25 15:19:41 -04:00
Kiran V Garimella 5136eea7be Merge branch 'desktop' 2011-07-25 15:02:42 -04:00
Mark DePristo 3afcb3415d Max of 1000 records will be loaded and compared to avoid heap size problem. 2011-07-25 14:58:31 -04:00
Kiran V Garimella 504b3ef5ef Removed constraint to only evaluate eval and comp tracks at sites where genotypes match. 2011-07-25 14:58:10 -04:00
Matt Hanna af0b5883c3 In unstable, add a reference to DocumentedGATKFeature to vcf.jar, which is now
a static dependency of UserExceptions.
2011-07-25 14:36:12 -04:00
Matt Hanna 6c49197de6 Merged bug fix from Stable into Unstable 2011-07-25 14:32:33 -04:00
Matt Hanna a00e302321 Fix formatting issue. 2011-07-25 14:31:40 -04:00
Kiran V Garimella 29c08ac3c6 Merge branch 'desktop' 2011-07-25 14:06:52 -04:00
Kiran V Garimella a2d280b85e Forgot to change the name of the switchState columns 2011-07-25 14:06:41 -04:00
Kiran V Garimella b11765b360 Merge branch 'desktop' 2011-07-25 13:53:43 -04:00
Kiran V Garimella a0dd166364 Print metrics for both the unphased and rbp-phased data for easier comparison. 2011-07-25 13:53:33 -04:00
Matt Hanna 8014fad6ff Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable 2011-07-25 13:20:44 -04:00
Matt Hanna 2ac490dbdf Fix improper detection of command-line arguments with missing values. 2011-07-25 13:20:00 -04:00
Kiran V Garimella ac5a11b4f3 Merge branch 'desktop' 2011-07-25 13:18:41 -04:00
Kiran V Garimella 62011403b0 Constrains evaluation to places where both the unphased and rbp-phased data show the same genotype. 2011-07-25 13:00:29 -04:00
Mark DePristo 90947ab359 Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable 2011-07-25 12:53:56 -04:00
Mark DePristo 44bd9ae703 Restoring UninstantiableWalker, as it is not going to be possible to run ant test; ant gatkdocs without ant clean in between 2011-07-25 12:53:06 -04:00
Mark DePristo acda8eb09c Commented out test that causes new CommandLineGATK() to fail 2011-07-25 12:43:27 -04:00
Kiran V Garimella 987e889137 Merge branch 'desktop' 2011-07-25 11:50:15 -04:00