46ca33dc04TestDataProvider now can be named
Mark DePristo
2011-09-22 17:04:32 -0400
96c875399cMerging many bug fixes to reduce reads
Mauricio Carneiro
2011-09-22 17:04:11 -0400
f1f7335e7bIn the trim to 95% curation function, ensure that no filtering happens when the sd is zero (e.g. when BAD_CYCLES is uniformly zero across all relevant samples).
Matt Hanna
2011-09-22 16:46:38 -0400
39b54211d0Fixed hard clipping soft clipped bases after hard clips
Mauricio Carneiro
2011-09-22 15:46:55 -0400
5bca1f732fLittle bug fixes in preQC: - Filter out per-library information in per-sample metrics so that our aggregator doesn't crash out while we figure out how to handle data per-library rather than per-sample. - Compare preQC metrics for custom captures to all exome data. Note that not every metric makes sense when compared to every other bait set, so a warning message is emitted on the summary page.
Matt Hanna
2011-09-22 15:18:40 -0400
68da555932UnitTest for simpleMerge for alleles
Mark DePristo
2011-09-22 15:16:37 -0400
1acf7945c5Fixed hard clipped cigar and alignment start
Mauricio Carneiro
2011-09-22 14:51:14 -0400
80d7300de4Unit test was passing in FORMAT as one of the sample names. There used to be a hack in the VCFHeader to check for this and remove it and I couldn't figure out why, but now I know. Hack was removed and now the unit test passes in only the sample names as per the contract.
Eric Banks
2011-09-22 13:28:42 -0400
4e9020c9f7Fixed alignment start for hard clipping insertions
Mauricio Carneiro
2011-09-22 13:28:25 -0400
9c1728416cRevert "Updating md5 for fixed file" because this was fixed properly in unstable (but will break SnpEff if put into Stable).
Eric Banks
2011-09-22 13:16:42 -0400
888d8697b1Merged bug fix from Stable into Unstable
Eric Banks
2011-09-22 13:16:31 -0400
15a410b24bUpdating md5 for fixed file
Eric Banks
2011-09-22 13:15:41 -0400
8811bb8668Merge branch 'stable'
Mark DePristo
2011-09-22 12:11:01 -0400
ba5f83fee2start of VariantContextUtils UnitTest
Mark DePristo
2011-09-22 12:10:39 -0400
5e06a45628Fix the AnalayzeCovariates packaging.
Eric Banks
2011-09-22 11:55:40 -0400
8ca4b5e938Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-09-22 11:42:19 -0400
d3cc25454cUpdating the MDCP
Mauricio Carneiro
2011-09-22 11:27:40 -0400
93dd1faa5fMerge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-09-22 11:20:10 -0400
a05c959e5aEmpty unit tests for VariantContextUtils
Mark DePristo
2011-09-22 11:20:07 -0400
3fdee2b9edMerge from stable into unstable
Mark DePristo
2011-09-22 11:19:43 -0400
623c49765dNO BAQ ON EXOMES!
Mauricio Carneiro
2011-09-22 11:13:40 -0400
63758efc17Adding in a qscript for running the ILG (as calculating the insert size distribution needs to happen first).
Christopher Hartl
2011-09-22 11:02:26 -0400
4f4a0fc38aMerge branch 'master' of ssh://gsa2/humgen/gsa-scr1/chartl/dev/git
Christopher Hartl
2011-09-22 11:01:58 -0400
982c47bfa7Remove duplicate effort in ReadUtils (with apologies to Mauricio) Big (but not major) cleanup of code in ILG - mostly excising the old likelihood model Activated the early-abort check for ILG. I think it should be better this way.
Christopher Hartl
2011-09-22 10:58:26 -0400
c514df6d18Merge of stable into unstable
Mark DePristo
2011-09-22 10:34:27 -0400
f81a41b889Updating MD5s for CombineVariants
Mark DePristo
2011-09-22 10:30:25 -0400
b8ea9ceb68Adding integration test that uses the -V:dbsnp binding to make sure it won't fail later on if someone messes with Tribble.
Eric Banks
2011-09-21 22:43:31 -0400
8f8b59a932My interpretation of the VCF spec is that the FORMAT field should only be present if there is genotype/sample data. So the VCFCodec now throws an exception when it encounters such a case. I had to fix one of the integration test VCFs.
Eric Banks
2011-09-21 22:23:28 -0400
e53cb79d42Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Ryan Poplin
2011-09-21 20:26:54 -0400
5d0f284305Fixing exome specific arguments to the VQSR in the methods development calling pipeline
Ryan Poplin
2011-09-21 20:26:28 -0400
dc96f6da79Merge branch 'master' of ssh://chartl@gsa2/humgen/gsa-scr1/chartl/dev/git
Christopher Hartl
2011-09-21 18:18:41 -0400
f9cdc119afAdded a method to ReadUtils that converts reads of the form 10S20M10S to 40M (just unclips the soft-clips).
Christopher Hartl
2011-09-21 18:16:42 -0400
faff6e4019Failed to commit changes to the GATKReport required for more easy access when using the files as data sources (read: histograms) for walkers
Christopher Hartl
2011-09-21 18:15:23 -0400
96768c8a18Sending latest bug fixes to Reduce Reads to the main repository
Mauricio Carneiro
2011-09-21 17:43:11 -0400
1b47dcb1b5Removing old intron loss genotyper (though all of the development tree got rebased away, I hope); committing a new version of the likelihood calculation model and the genotyper, as well as the sequence simulator (and a QualityScoreHisotgramWalker to help with the simulation of read qualities). RFA will remain local for now.
Christopher Hartl
2011-09-21 16:55:09 -0400
ef05827c7bMerge branch 'master' of ssh://chartl@tin.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Christopher Hartl
2011-09-21 16:40:47 -0400
3b51d9106aAdding in likelihood calculations for mendelian violations. Also fixing a minor and rare bug in SelectVariants when specifying family structure on the command line.
Christopher Hartl
2011-09-21 16:40:29 -0400
04968c88b3Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-09-21 15:43:25 -0400
c6ba944719Adding bgzip vcf file for unit tests
Mark DePristo
2011-09-21 15:39:45 -0400
6bcfce225fFix for dynamic type determination for bgzip files
Mark DePristo
2011-09-21 15:39:19 -0400
9f6f0c443cMarginally cleaner isVCFStream() function
Mark DePristo
2011-09-21 15:25:01 -0400
5fef6dc5d0Merged bug fix from Stable into Unstable
Ryan Poplin
2011-09-21 15:23:06 -0400
2585fc3d6cUpdating Rscript path doc text for Broad users
Ryan Poplin
2011-09-21 15:22:26 -0400
74f9ccf6ddMerge
Mark DePristo
2011-09-21 11:30:11 -0400
6592972f82Putative fix for BAQ array out of bounds
Mark DePristo
2011-09-21 11:25:08 -0400
174859fc68Don't allow whitespace in the INFO field
Eric Banks
2011-09-21 11:14:54 -0400
ecc7f34774Putative fix for BAQ problem.
Mark DePristo
2011-09-21 11:09:54 -0400
7d11f93b82Final bugfix for CombineVariants
Mark DePristo
2011-09-21 10:58:32 -0400
b36d396c16Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-09-21 10:16:24 -0400
34f435565cAccidentally committed unclean tribble jar to repo
Mark DePristo
2011-09-21 10:16:17 -0400
a91ac0c5dbIntermediate commit of bugfixes to CombineVariants
Mark DePristo
2011-09-21 10:15:05 -0400
48c413fee8Now throws an error when the mismatch fraction is too high
Mark DePristo
2011-09-20 21:28:31 -0400
3b9314aecfMax fraction of mismatch test for debugging
Mark DePristo
2011-09-20 20:42:18 -0400
b04d8eab55Merged bug fix from Stable into Unstable
David Roazen
2011-09-20 17:24:14 -0400
758ecf2d43Bringing latest updates of ReduceReads to the master repository
Mauricio Carneiro
2011-09-20 16:35:09 -0400
d9ea764611SnpEff annotator now adds OriginalSnpEffVersion and OriginalSnpEffCmd lines to the header of the VCF output file.
David Roazen
2011-09-20 15:22:27 -0400
bffd3cca6fBug fix for reduced read; only adds regular bases for calculation
Mark DePristo
2011-09-20 15:07:06 -0400
83bb91020fMerge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-09-20 14:52:54 -0400
a97e039a62Thanks to Chris for instructing me to use VCFExtractIntervals to get proper scattering of Variant Annotation
Menachem Fromer
2011-09-20 14:29:39 -0400
827c942c80Rev tribble
Mark DePristo
2011-09-20 14:01:14 -0400
a1b4cafe7aBug fix for NPE when timer wasn't initialized
Mark DePristo
2011-09-20 13:59:59 -0400
08ffb18b96Renaming datasets in the MDCP
Mauricio Carneiro
2011-09-20 11:02:51 -0400
b7511c5ff3Fixed long-standing bug in tribble index creation
Mark DePristo
2011-09-20 10:53:18 -0400
efce2ece9dMerge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Ryan Poplin
2011-09-20 09:08:38 -0400
5d0705acd6Adding quality scores to the VCF records created by the Haplotype Caller
Ryan Poplin
2011-09-20 09:07:28 -0400
230e16d7c0Merge branch 'master' into rodrewrite
Mark DePristo
2011-09-20 06:54:18 -0400
b507bd946cMerged bug fix from Stable into Unstable
Khalid Shakir
2011-09-20 00:18:16 -0400
61b89e236aTo work around potential problem with invalid javax.mail 1.4.1 in ivy cache, added explicit javax.mail 1.4.4 along with build.xml code to remove 1.4.1.
Khalid Shakir
2011-09-20 00:14:35 -0400
aa8afa3899Merge
Mark DePristo
2011-09-19 21:16:47 -0400
56106d54edChanging ReadUtils behavior to comply with GenomeLocParser
Mauricio Carneiro
2011-09-19 14:00:00 -0400
080c957547Fixing contracts for SoftUnclippedEnd utils
Mauricio Carneiro
2011-09-19 13:53:08 -0400
ba150570f3Updating to use new rod system syntax plus name change for CountRODs
Eric Banks
2011-09-19 13:30:32 -0400
ecb8466662Merged bug fix from Stable into Unstable
Christopher Hartl
2011-09-19 12:32:08 -0400
8143def292Fix the -T argument in the DepthOfCoverage docs Add documentation for the RefSeqCodec, pointing users to the wiki page describing how to create the file
Christopher Hartl
2011-09-19 10:29:06 -0400
095f75ff7dMerge branch 'master' of ssh://gsa1.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Eric Banks
2011-09-19 12:24:12 -0400
85626e7a5dWe no longer want people to use the August 2010 Dindel calls for indel realignment but instead Guillermo's new whole genome bi-allelic indel calls; updating the bundle accordingly. Also, there was some confusion by the 1000G data processing folks as to exactly what these indel files are, so I've renamed them so that it's clear. Wiki updated too.
Eric Banks
2011-09-19 12:24:05 -0400
034b868588Revert "Fix the -T argument in the DepthOfCoverage docs"
Christopher Hartl
2011-09-19 12:16:07 -0400
cfde0e674bMerge branch 'sgintervals'
Mark DePristo
2011-09-19 12:02:41 -0400
3e93f246f7Support for sample sets in AssignSomaticStatus
Mark DePristo
2011-09-19 11:40:45 -0400
41ffb25b74Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-09-19 10:55:18 -0400
ca1b30e4a4Fix the -T argument in the DepthOfCoverage docs Add documentation for the RefSeqCodec, pointing users to the wiki page describing how to create the file
Christopher Hartl
2011-09-19 10:29:06 -0400
4ad330008dFinal intervals cleanup
Mark DePristo
2011-09-19 10:19:10 -0400
6ea57bf036Merge branch 'master' into sgintervals
Mark DePristo
2011-09-19 09:50:19 -0400