gatk-3.8/java/src/org/broadinstitute/sting
depristo 5c979633f0 Due to a problem in the way that dynamic type selection works, I've added an explicit (temporary) ability to restrict VE to specific variant types (SNPs, INDELs, etc), so that calculations will work when a site has a SNP in dbSNP but is called as an indel, causing the SNP site to mysteriously disappear from the comp track, a huge problem for validation report. VEU updated to allow both dynamic type (old) and just returning everything in the track.
Also, created a standard Queue script that calculates a suite of standard indel and SNP assessment results.  Will be the basis for a general evaluation Queue script with standardized data files for SNPs and Indels.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5385 348d0f76-0448-11de-a6fe-93d51630548a
2011-03-06 19:31:12 +00:00
..
alignment Fixed Umapped misspelling 2011-02-04 22:21:41 +00:00
analyzecovariates Change to support plotting of indel quality as a function of covariates - for now, just call different R calling script. 2011-01-22 14:09:23 +00:00
commandline <key>=<value> tagging support for command-line arguments. Unfortunately, still 2011-01-21 00:22:42 +00:00
datasources/pipeline FCP only adds the expand intervals QFunction once per script instead of once per QFunction using the ExpandTargets scala trait. 2011-02-17 19:09:03 +00:00
gatk Due to a problem in the way that dynamic type selection works, I've added an explicit (temporary) ability to restrict VE to specific variant types (SNPs, INDELs, etc), so that calculations will work when a site has a SNP in dbSNP but is called as an indel, causing the SNP site to mysteriously disappear from the comp track, a huge problem for validation report. VEU updated to allow both dynamic type (old) and just returning everything in the track. 2011-03-06 19:31:12 +00:00
jna After code review with APSG, trying a patch for SIGSEGV errors which checks the LSF result codes from lsb_openjobinfo instead of checking for a null return value from lsb_readjobinfo. 2011-02-08 21:08:22 +00:00
oneoffprojects Output format is 10^6 times better - now uses the multiplexer to write tdf tracks that can (after conversion to binary with igvtools) can be loaded directly into igv. 2011-03-06 18:23:52 +00:00
playground More descriptive error when VerifyingSamIterator hits an inconsistent alignment. Also updated 2011-03-03 03:55:24 +00:00
queue Updated the Queue GATK generator and packaging to include more dependencies for fullCallingPipeline.q. 2010-11-30 15:29:40 +00:00
utils CalculateChromosomeCounts() now only calculates AC, AF, and AN when there are genotypes. Can now combine variants with headers that differ in only whether a field is a integer or a float. Updated CombineVariants integrationtest, as incorrect AC values where being calculated in the previous GS outputs. 2011-03-06 19:25:52 +00:00