gatk-3.8/scala
carneiro 35a4f1e366 .Added VariantEval as an optional step in the pipeline.
.Lifted to HapMap 3.3
.Lifted to dbSNP 132 where possible.
.Added the CEU-Trio WEx(hg19) dataset 
.Added some options to the pipeline

You can now use : 

-dataset WEX
-dataset HiSeq
...

to choose which datasets to run through the pipeline.

You can now without BAQ and indel mask:

-noBAQ 
-noMASK

Choose not to run the gold standard comparison analysis:

-skipGoldStandard

Activate the VariantEval walker analysis on the Recalibrated vcf:

-eval

The default behavior is to run exactly like it used to, so this version shouldn't change the way you used to use the pipeline.



git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5004 348d0f76-0448-11de-a6fe-93d51630548a
2011-01-14 21:55:02 +00:00
..
qscript .Added VariantEval as an optional step in the pipeline. 2011-01-14 21:55:02 +00:00
src/org/broadinstitute/sting Added a QFunction.jobLimitSeconds for experimentation, currently only used as the equivalent of bsub -W. 2011-01-14 19:45:03 +00:00
test/org/broadinstitute/sting/queue Updated to reflect QD changes in r4984 2011-01-13 20:10:21 +00:00