# HG changeset patch # User bgruening # Date 1385825807 18000 # Node ID 28b85e2409ce955319486bfe77de3045baef052a # Parent c8752e31f49638a9f965aaecff4f456ae12850c9 Uploaded diff -r c8752e31f496 -r 28b85e2409ce base_recalibrator.xml --- a/base_recalibrator.xml Tue Nov 26 06:10:20 2013 -0500 +++ b/base_recalibrator.xml Sat Nov 30 10:36:47 2013 -0500 @@ -1,5 +1,5 @@ - on BAM files + calculates covariates used to recalibrate base quality scores of reads gatk2_macros.xml @@ -20,6 +20,9 @@ --num_cpu_threads_per_data_thread 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 #if $reference_source.reference_source_selector != "history": -R "${reference_source.ref_file.fields.path}" @@ -28,15 +31,11 @@ --BQSR "${input_recal}" #end if --out "${output_recal}" - ${standard_covs} #if str( $covariates ) != "None": #for $cov in str( $covariates ).split( ',' ): -cov "${cov}" #end for #end if - #if $plot_pdf: - --plot_pdf_file $output_pdf - #end if ' #set $snp_dataset_provided = False @@ -118,26 +117,25 @@ Please be aware that one should only run recalibration with the covariates file created on the same input bam(s). - + -