gatk-3.8/public/scala
Mark DePristo 96dbd8df63 Fix a nasty script bug in Queue
-- If you are using user-defined configurations (configureJobFeatures) and you didn't overwride the analysisName of your jobs, and there were other jobs using the same name, then you got very strange errors at the end of your script.  For example, in my script I was using SelectVariants to prepare VCF files, and SelectVariants to generate a useful performance table.  Since I forgot to make a special analysisName for my table commands, the generic SV commands were being included in the analysis group, and these were throwing an error since the special features added for the table weren't added to those SV commands
2012-06-14 16:42:26 -04:00
..
qscript/org/broadinstitute/sting/queue/qscripts Minor updates to pacbio data processing script to make it work with the latest bwa version/settings. 2012-05-22 10:24:45 -04:00
src/org/broadinstitute/sting/queue Fix a nasty script bug in Queue 2012-06-14 16:42:26 -04:00
test/org/broadinstitute/sting/queue Extensive refactoring of the GATKReports. This was a beast. 2012-05-18 01:11:26 -04:00