# HG changeset patch # User Jim Johnson # Date 1356725714 21600 # Node ID 6460f2ba6a60f4607377730b96d56f782078bc13 # Parent 2f9bf8bf42b78ec9d35115f7f4b1937c7fe816d5 Add BQSR and plot_pdf_file options to base_recalibrator.xml diff -r 2f9bf8bf42b7 -r 6460f2ba6a60 base_recalibrator.xml --- a/base_recalibrator.xml Fri Dec 28 12:34:05 2012 -0600 +++ b/base_recalibrator.xml Fri Dec 28 14:15:14 2012 -0600 @@ -22,6 +22,9 @@ #if $reference_source.reference_source_selector != "history": -R "${reference_source.ref_file.fields.path}" #end if + #if str($input_recal) != 'None': + --BQSR "${input_recal}" + #end if --out "${output_recal}" ${standard_covs} #if str( $covariates ) != "None": @@ -29,6 +32,9 @@ -cov "${cov}" #end for #end if + #if $plot_pdf: + --plot_pdf_file $output_pdf + #end if ' #set $snp_dataset_provided = False @@ -167,6 +173,12 @@ + + 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). + + @@ -211,7 +223,7 @@ - + @@ -501,6 +513,9 @@ + + plot_pdf == True +