gatk-3.8/scala/qscript/oneoffs/carneiro
carneiro a4ffae880d Subversion crashed my intellij BADLY, so now moving the data processing pipeline to core in 2 steps.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5932 348d0f76-0448-11de-a6fe-93d51630548a
2011-06-02 23:31:24 +00:00
..
QuickCCTest.scala implementation of the Gatherer class for CountCovariates, which makes it now scatter/gatherable. Kudos to the @Gather annotation Khalid just introduced! 2011-03-31 21:15:21 +00:00
dataProcessing.scala Walkers can now specify a class extending from Gatherer to merge custom output formats. Add @Gather(MyGatherer.class) to the walker @Output. 2011-03-24 14:03:51 +00:00
downsampling.scala Added VQSR to the downsampling script and changed memory limits for the clean script. 2011-05-18 20:07:42 +00:00
justClean.scala Added VQSR to the downsampling script and changed memory limits for the clean script. 2011-05-18 20:07:42 +00:00
justRecalibrate.scala just recalibrates now recalibrates one sample, fully, not splitting intervals (naming makes more sense) 2011-05-03 21:42:23 +00:00
justRecalibrateEach.scala recalibrates a dataset splitting between good and bad regions for comparison (used to be named justRecalibrate) 2011-05-03 21:43:09 +00:00
mendelianViolation.scala No more default callsets, they're now mandatory arguments. 2011-05-23 21:56:43 +00:00
pbCalling.scala Renaming ContrastiveRecalibrator --> VariantRecalibrator in preparation for move to core 2011-05-03 18:12:47 +00:00