gatk-3.8/scala/qscript
kshakir 88a0d77433 Changed parsing engine to store the order the argument bindings based on their definition in the class, moving "-T" to the front of Queue command lines.
Queue GATK generated .intervals is now a List(File) again removing special case handling in the generator.
Instead of using @Scatter annotation, using ScatterFunction instance to determine if a job can be scattered.
Implemented special VcfGatherFunction which only uses the header from the first file, even if the other files differ in their headers.
Added a -deleteIntermediates to Queue to delete the outputs from intermediate commands after a successful run.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4536 348d0f76-0448-11de-a6fe-93d51630548a
2010-10-20 21:43:52 +00:00
..
chartl Added - a tool to fix reference bases of a VCF. The OMNI had a couple of sites with incorrect reference bases (look to be legacy from other chips), and a few more that had ref and alt flipped. GAP should probably take care of it, but since I need results by monday, I'm doing it. 2010-10-17 03:18:01 +00:00
depristo Changed parsing engine to store the order the argument bindings based on their definition in the class, moving "-T" to the front of Queue command lines. 2010-10-20 21:43:52 +00:00
examples Changed parsing engine to store the order the argument bindings based on their definition in the class, moving "-T" to the front of Queue command lines. 2010-10-20 21:43:52 +00:00
rpoplin At chartl's superb suggestion, command line files are now all Files instead of old method of sometimes "has a File". Should be easier when reassigning them. 2010-09-02 21:30:48 +00:00
fullCallingPipeline.q Changed parsing engine to store the order the argument bindings based on their definition in the class, moving "-T" to the front of Queue command lines. 2010-10-20 21:43:52 +00:00
recalibrate.scala Changed parsing engine to store the order the argument bindings based on their definition in the class, moving "-T" to the front of Queue command lines. 2010-10-20 21:43:52 +00:00