e877db8f42Changed visibility of getSampleDB from protected to public as the sampleDB needs to be accessible from Annotators and Evaluators too.
Laurent Francioli
2011-11-28 17:11:30 +0100
5c2595701cAdded a function to get families only for a given list of samples.
Laurent Francioli
2011-11-28 17:10:33 +0100
3c36428a20Bug fix for TiTv calculation -- shouldn't be rounding
Mark DePristo
2011-11-28 10:20:34 -0500
436b4dc855Updated docs
Eric Banks
2011-11-28 08:59:48 -0500
b1dd632d5dMerge branch 'master' of ssh://copper.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Laurent Francioli
2011-11-25 16:16:44 +0100
e60272975aFix for changed MD5 in streaming VCF test
Mark DePristo
2011-11-23 19:01:33 -0500
12f09d88f9Removing references to SimpleMetricsByAC
Mark DePristo
2011-11-23 16:08:18 -0500
fdd90825a1Queue now outputs a GATK-like header with version number, build timestamp, etc.
David Roazen
2011-11-23 13:31:39 -0500
e319079c32Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-11-23 13:02:11 -0500
4107636144VariantEval updates
Mark DePristo
2011-11-23 13:02:07 -0500
e5b85f0a78A toString() method for IntervalBindings
David Roazen
2011-11-23 11:45:57 -0500
5a4856b82eGATKReports now support a format field per column
Mark DePristo
2011-11-23 11:31:04 -0500
c8bf7d2099Check for null comment
Mark DePristo
2011-11-23 10:47:21 -0500
c1ea53d088Solve merge conflicts
Guillermo del Angel
2011-11-23 09:17:32 -0500
d2499bcc33Cleaning up and institutionalizing several local hacks to ValidationSiteSelector: add argument to ignore polymorphic status in VC (useful when we want to intentionally select monomorphic sites), add dummy NullSampleSelector class that should be used if we really don't want to do any sample selection, and enabled sampleMode=NONE for this purpose.
Guillermo del Angel
2011-11-23 09:14:10 -0500
6c2555885cCaching getSimpleName() in VariantEval is a big performance improvement
Mark DePristo
2011-11-23 08:34:05 -0500
32adbd614fSolve merge conflict
Guillermo del Angel
2011-11-22 22:48:46 -0500
941f3784dcSolve merge conflict
Guillermo del Angel
2011-11-22 22:48:03 -0500
75d93e6335Another corner condition fix: skip likelihood computation in case we cut so many bases there's no haplotype or read left
Guillermo del Angel
2011-11-22 22:46:12 -0500
a3aef8fa53Final performance optimization for GenotypesContext
Mark DePristo
2011-11-22 17:19:30 -0500
990c02e4deMerge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-11-22 17:19:11 -0500
1a50d54c03A walker that generates the distribution of quality scores
Mauricio Carneiro
2011-11-22 14:40:56 -0500
1614ca1115Force use of LinkedList
Mauricio Carneiro
2011-11-22 10:35:03 -0500
38a90da92cFixed merge conflict to Unstable
Guillermo del Angel
2011-11-22 14:39:45 -0500
32a77a8a56Prevent out of bound error in case read span > reference context + indel length. Can happen in RNAseq reads with long N CIGAR operators in the middle.
Guillermo del Angel
2011-11-22 13:57:24 -0500
5821c11fadFor BAM and Reviewed errors we now check the error message to see if it's actually a 'too many open files' problem and, if so, we generate a User Error instead.
Eric Banks
2011-11-22 10:50:22 -0500
5e7b9ae119The NONE option is not supported yet (but the error message should mention this)
Eric Banks
2011-11-22 10:48:38 -0500
7087310373Embarassing bug fixed
Mark DePristo
2011-11-22 10:16:36 -0500
e484625594GenotypesContext now updates cached data for add, set, replace operations when possible
Mark DePristo
2011-11-22 08:40:48 -0500
29ca24694aUG now encoding NO_CALLs as ./. not ./.:.:4:0,0,0
Mark DePristo
2011-11-22 08:22:32 -0500
4ea74c42deIncluding GENCODE BED argument, removing CAPTURE target
Mark DePristo
2011-11-21 19:18:43 -0500
2b51c01df4Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
Mark DePristo
2011-11-21 19:16:06 -0500
5443d3634aAgain, fixing the add call when we really mean replace
Mark DePristo
2011-11-21 19:15:56 -0500
8c7430e6ffBugfix: isOriginalRead had the wrong check for WGS
Mauricio Carneiro
2011-11-21 16:43:15 -0500
756695ee3fBetter Unit tests for Synthetic Reads
Mauricio Carneiro
2011-11-21 16:14:56 -0500
5ad3dfcd62BugFix: byte overflow in SyntheticRead compressed base counts
Mauricio Carneiro
2011-11-21 14:50:51 -0500
9ea7b70a02Added decode method to LazyGenotypesContext
Mark DePristo
2011-11-21 16:21:23 -0500
ab2efe3bd3Reverting bad exact model changes
Mark DePristo
2011-11-21 16:14:40 -0500
44554b2bfdMerge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Eric Banks
2011-11-21 15:01:45 -0500
022832bd74Very bad use of the == operator with Strings was ensuring that validating GenomeLocs was very inefficient. This fix resulted in a significant speedup for a simple RodWalker.
Eric Banks
2011-11-21 14:49:47 -0500
1561af22afExact model code cleanup
Mark DePristo
2011-11-21 14:35:15 -0500
2c501364b8GenotypesContext no longer have immutability in constructor
Mark DePristo
2011-11-21 14:34:31 -0500
1296dd41beRemoving the legacy -L "interval1;interval2" syntax
David Roazen
2011-11-21 11:52:39 -0500
e467b8e1aeMore contracts on LazyGenotypesContext
Mark DePristo
2011-11-21 09:34:57 -0500
2e9ecf639eGeneralized interface to LazyGenotypesContext
Mark DePristo
2011-11-21 09:30:40 -0500
f0ac588d32Extensive unit test for GenotypeContextUnitTest
Mark DePristo
2011-11-20 18:28:01 -0500
bc44f6fd9eUtility function Collection<Genotype> -> Collection<String>
Mark DePristo
2011-11-20 18:26:56 -0500
9445326c6cGenotype is Comparable via sampleName
Mark DePristo
2011-11-20 18:26:27 -0500
f9e25081abCompleted documented LazyGenotypesContext
Mark DePristo
2011-11-20 08:35:52 -0500
9cb3fe3a59Vastly better way of doing on-demand genotyping loading
Mark DePristo
2011-11-20 08:23:09 -0500
f392d330c3Proper use of builder. Previous conversion attempt was flawed
Mark DePristo
2011-11-19 22:09:56 -0500
7d09c0064bBug fixes and code cleanup throughout
Mark DePristo
2011-11-19 18:40:15 -0500
707bd30b3fShould have been @BeforeMethod
Mark DePristo
2011-11-19 16:10:09 -0500
8f7eebbaafBugfix for pError not being checked correctly in CommonInfo
Mark DePristo
2011-11-19 15:58:59 -0500
b7b57ef39aUpdating MD5 to reflect canonical ordering of calculation
Mark DePristo
2011-11-19 15:57:33 -0500
73119c8e3cMerge with master
Mark DePristo
2011-11-19 09:56:06 -0500
f685fff79bKilling the final versions of old new VariantContext interface
Mark DePristo
2011-11-18 21:32:43 -0500
6cf315e17bChange interface to getNegLog10PError to getLog10PError
Mark DePristo
2011-11-18 21:07:30 -0500
c7f2d5c7c7Final minor fix to contract
Mark DePristo
2011-11-18 14:49:06 -0500
b5de182014isEmpty now checks if mReadBases is null
Mauricio Carneiro
2011-11-18 18:34:05 -0500
333e5de812returning read instead of GATKSAMRecord
Mauricio Carneiro
2011-11-18 16:49:59 -0500
3f141d3c32slightly clearer context to finalizeAndAdd()
Mauricio Carneiro
2011-11-18 16:34:30 -0500
e08b070a6aBug fix: Variant region starting after synthetic read didn't close it properly
Mauricio Carneiro
2011-11-18 16:25:36 -0500
74eeb32d74adapting reduce reads script to do WGS
Mauricio Carneiro
2011-11-18 15:04:43 -0500
8bb4d4dca3First pass of the asynchronous block loader.
Matt Hanna
2011-09-13 10:49:16 -0400
a2e79fbe8aFixes to contracts
Mark DePristo
2011-11-18 14:18:53 -0500
660d6009a2Documentation and contracts for GenotypesContext and VariantContextBuilder
Mark DePristo
2011-11-18 13:59:30 -0500
f54afc19b4VariantContextBuilder
Mark DePristo
2011-11-18 12:39:10 -0500
6459784351Merged bug fix from Stable into Unstable
Eric Banks
2011-11-18 12:34:57 -0500
c62082ba1bMaking this class public again as per request from Cancer folks
Eric Banks
2011-11-18 12:34:27 -0500
8710673a97Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Eric Banks
2011-11-18 12:29:33 -0500
768b27322bI figured out why we were getting tons of hom var genotype calls with Mauricio's low quality (synthetic) reduced reads: the RR implementation in the UG was not capping the base quality by the mapping quality, so all the low quality reads were used to generate GLs. Fixed.
Eric Banks
2011-11-18 12:29:15 -0500
7490dbb6ebFirst version of VariantContextBuilder
Mark DePristo
2011-11-18 11:06:15 -0500
dbc1d53e7aSimple qscript to select 2000 random multiallelic indels from VQSR indel release, for array validation
Guillermo del Angel
2011-11-18 10:52:09 -0500
77ef2be9b8Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Guillermo del Angel
2011-11-18 07:53:13 -0500
99ed64933fOK, I had it with the validation site selector running for 60 hours (due to speed of genotype reading/parsing) in gsa3 only to fail in OnTraversalDone() because of some silly operator issue. Break up validation site selection process by chromosome, pick # of sites in each chromosome proportional to chr length, (taking care of roundoff issues to ensure precisely requested number of sites is kept), and then CombineVariants in the end. This also makes the selector run comfortably under 2Gb and thus can be easily LSF'ed
Guillermo del Angel
2011-11-18 07:52:52 -0500
f48d4cfa79Bug fix: fully clipping GATKSAMRecords and flushing ops
Roger Zurawicki
2011-11-18 00:19:59 -0500
fa454c88bbUnitTests for VariantContext for chrCount, getSampleNames, Order function
Mark DePristo
2011-11-17 20:37:22 -0500
02f22cc9f8No more VC integration tests. All tests are now unit tests
Mark DePristo
2011-11-17 15:33:09 -0500
23359d1c6cBugfix for pruneVariantContext, which was dropping the ref base for padding
Mark DePristo
2011-11-17 15:32:52 -0500
473b860312Major determinism fix for UG and RankSumTest
Mark DePristo
2011-11-17 15:31:45 -0500
68b2a0968cUpdating the HybridSelectionPipeline for SnpEff 2.0.4 RC3
David Roazen
2011-11-17 13:16:22 -0500
c50274e02eDuring flanking interval creation merging overlapping flanks so that on scatter the list doesn't accidentally genotype the same site twice. Moved flanking interval utilies to IntervalUtils with UnitTests.
Khalid Shakir
2011-11-17 13:53:46 -0500
bad19779b9Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
Eric Banks
2011-11-17 13:29:43 -0500
16a021992bUpdated header description for the INFO and FORMAT DP fields to be more accurate.
Eric Banks
2011-11-17 13:17:53 -0500
e7d41d8d33Minor cleanup
Eric Banks
2011-11-17 12:00:28 -0500
7e66677769Expanded UnitTests for VariantContext
Mark DePristo
2011-11-16 20:45:15 -0500
72f00e2883Merging Roger's Unit tests for Reduce Reads from RR repository
Mauricio Carneiro
2011-11-16 17:26:49 -0500
aa0610ea92GenotypeCollection renamed to GenotypesContext
Mark DePristo
2011-11-16 16:24:05 -0500
974daaca4dV13 version in archive. Can you pulled out wholesale for performance testing
Mark DePristo
2011-11-16 16:08:46 -0500
caf6080402Better algorithm for merging genotypes in CombineVariants
Mark DePristo
2011-11-16 15:17:33 -0500
101ffc4dfdExpanded, contrastive VariantContextBenchmark
Mark DePristo
2011-11-16 13:35:16 -0500
f250b47228Someone broke this for SNPs when adding support for indels
Eric Banks
2011-11-16 10:49:27 -0500
e56d52006aContinuing bugfixes to get new VC working
Mark DePristo
2011-11-16 10:39:17 -0500
eb8e031f75Merged bug fix from Stable into Unstable
Matt Hanna
2011-11-16 09:57:37 -0500
6a5d5e7ac9Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/stable
Matt Hanna
2011-11-16 09:57:13 -0500
7ac5cf8430Getting rid of unsupported CountReadPairs walker in stable. Removal of remainder of pairs processing framework to follow in unstable.
Matt Hanna
2011-11-16 09:53:59 -0500
c2ebe58712Merge remote-tracking branch 'Laurent/master'
Eric Banks
2011-11-16 09:34:47 -0500