gatk-3.8/scala/qscript/oneoffs
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
..
carneiro quick and dirty 'close your eyes' solution to run the papuans over the weekend. Will be properly fixed soon. 2011-03-03 21:42:22 +00:00
chartl Added in unit tests for the statistics calculated by the test runner; and bug-fixes to the calculations; so we have some assurance that the statistics coming out the back-end are correct. 2011-03-06 16:54:02 +00:00
delangel Script for calling indels in all phase 1 samples - VQSR part still needs work but raw calling is done 2011-01-22 14:07:10 +00:00
depristo 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
fromer Added GC content calculator for CNV data 2011-02-14 22:29:55 +00:00
hanna Refactoring the qscript directory; oneoffs, playground, and core 2011-01-19 15:23:40 +00:00
kshakir Removed deprecated getDbsnpFile. 2011-02-08 21:12:15 +00:00
rpoplin Following Ryan's suggestion, I am moving the Methods Development Calling pipeline to the Core. 2011-02-10 17:36:05 +00:00
QTools.q Generalized association is now working. Output is in a horrific format. Implementation of T-testing. Improvements are to look for classes dynamically (a la VariantEval/VariantAnnotator), beautify output, and do optimizations where they exist. 2011-03-01 01:23:37 +00:00