# HG changeset patch # User iuc # Date 1390047693 18000 # Node ID 8bcc130947679fe64b1d1b37032f8ed5de5c494b # Parent f760c0de8e3a5b04e30b010f1b0a01a21cb26b4d Uploaded diff -r f760c0de8e3a -r 8bcc13094767 base_recalibrator.xml --- a/base_recalibrator.xml Mon Dec 02 10:36:02 2013 -0500 +++ b/base_recalibrator.xml Sat Jan 18 07:21:33 2014 -0500 @@ -17,9 +17,8 @@ \$GATK2_SITE_OPTIONS ## according to http://www.broadinstitute.org/gatk/guide/article?id=1975 - --num_cpu_threads_per_data_thread 8 + --num_cpu_threads_per_data_thread \${GALAXY_SLOTS:-8} - @THREADS@ ## we set non standards at every run and the user can choose which ones are preferred ## in our select box both standard options (ContextCovariate, CycleCovariate) are selected by default --no_standard_covs @@ -111,12 +110,7 @@ - - The input covariates table file which enables on-the-fly base quality score recalibration. - Enables on-the-fly recalibrate of base qualities. The covariates tables are produced by the BaseQualityScoreRecalibrator tool. - Please be aware that one should only run recalibration with the covariates file created on the same input bam(s). - - + diff -r f760c0de8e3a -r 8bcc13094767 gatk2_macros.xml --- a/gatk2_macros.xml Mon Dec 02 10:36:02 2013 -0500 +++ b/gatk2_macros.xml Sat Jan 18 07:21:33 2014 -0500 @@ -1,17 +1,23 @@ - - - samtools - GATK2_PATH - GATK2_SITE_OPTIONS - - - - --num_threads \${GALAXY_SLOTS:-4} - - - java -jar "\$GATK2_PATH/GenomeAnalysisTK.jar" - + + + gatk2 + samtools + GATK2_PATH + GATK2_SITE_OPTIONS + + + + --num_threads \${GALAXY_SLOTS:-4} + + + java -jar "\$GATK2_PATH/GenomeAnalysisTK.jar" + + + #if $dbsnp_rod_bind_type.dbsnp_rod_bind_type_selector == 'set_dbsnp' + -d "--dbsnp:${dbsnp_rod_bind_type.dbsnp_rod_name},%(file_type)s" "${dbsnp_rod_bind_type.dbsnp_input_rod}" "${dbsnp_rod_bind_type.dbsnp_input_rod.ext}" "input_dbsnp_${dbsnp_rod_bind_type.dbsnp_rod_name}" + #end if +