gatk-3.8/java/src/org/broadinstitute/sting
chartl e5ef8388fc BatchMerge - AlleleVCF --> AllelesVCF, this (combined with Eric's fix) will solve James P.'s forum issue.
After viewing results on real case/control data from RAW -- it's really working quite well. ReadIndels, however, needs to use a T-test rather than a U-test, especially in deep coverage (at indel sites, the reads with indels will have mostly the same number of CIGAR indel elements -- one -- which doesn't really play nicely with the UTest when sample sets are large). Modified ReadsLargeInsertSize to be a two-way test (e.g. ReadsLarge and ReadsSmall). BaseQualityScore also suffers from the same issue as read indels, so switching over to a T-test in that case as well.




git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5653 348d0f76-0448-11de-a6fe-93d51630548a
2011-04-15 22:03:16 +00:00
..
alignment Fixed Umapped misspelling 2011-02-04 22:21:41 +00:00
analyzecovariates It was returning 1 when it should return 0 2011-03-31 20:50:38 +00:00
commandline Fix for bug GSA-441: BAM file list with blank lines gives a confusing error 2011-04-01 15:04:35 +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 For some reason I wasn't allowing expressions to be used with the -all argument. 2011-04-15 20:59:10 +00:00
jna Updated LSF libraries to use Pointer instead of Structure.ByReference for struct arrays since the the latter is autoRead() and LSF doesn't always return null for empty arrays. 2011-03-10 22:58:54 +00:00
oneoffprojects BatchMerge - AlleleVCF --> AllelesVCF, this (combined with Eric's fix) will solve James P.'s forum issue. 2011-04-15 22:03:16 +00:00
playground Throwing an error if INFO fields arguments contain whitespace. 2011-04-15 20:52:55 +00:00
queue Marked boolean SAMFileWriterATD arguments as flags so scala generator maps them to Boolean instead of Option[Boolean]. 2011-04-08 18:44:32 +00:00
utils Centralizing a bunch of Broad specific utility functions from code scattered in GSA-Firehose, PipelineTest, custom QScripts, etc. 2011-04-13 21:29:02 +00:00