# HG changeset patch # User bgruening # Date 1387186579 18000 # Node ID b4c5dd45778aaf4476c06a579dac1d196ad4a023 # Parent aea72b24dea0f79aa0b234a588a03d73998bc632 Uploaded diff -r aea72b24dea0 -r b4c5dd45778a bamFingerprint.xml --- a/bamFingerprint.xml Sat Dec 14 08:58:41 2013 -0500 +++ b/bamFingerprint.xml Mon Dec 16 04:36:19 2013 -0500 @@ -26,12 +26,16 @@ #set newoutFileName=str($outFileName)+".png" --plotFile $newoutFileName - #if $outputOpt.showOutputOpt == "yes" - #if $outputOpt.saveRawCounts: + #if $output.showOutputSettings == "yes" + --plotFileFormat $output.outFileFormat + #if $output.saveRawCounts: --outRawCounts '$outFileRawCounts' #end if + #else + --plotFileFormat 'png' #end if + #if $advancedOpt.showAdvancedOpt == "yes": #if str($advancedOpt.region.value) != '': @@ -95,22 +99,28 @@ - - + + + - + - (outputOpt['showOutputOpt'] == 'yes' and outputOpt['saveRawCounts'] == True) + + (( + outputOpt['showOutputOpt'] == 'yes' and + outputOpt['saveRawCounts'] is True + )) + diff -r aea72b24dea0 -r b4c5dd45778a computeGCBias.xml --- a/computeGCBias.xml Sat Dec 14 08:58:41 2013 -0500 +++ b/computeGCBias.xml Mon Dec 16 04:36:19 2013 -0500 @@ -10,7 +10,6 @@ ln -s $bamInput.metadata.bam_index local_bamInput.bam.bai; computeGCBias - @THREADS@ --bamfile 'local_bamInput.bam' @@ -42,79 +41,73 @@ #end if #end if - #if $saveBiasPlot: - --biasPlot $biasPlot + #if str($image_format) != 'none': + --biasPlot $outImageName + --plotFileFormat $image_format #end if - - ## #if $output.showOutputSettings == "yes" - ## #if $output.saveBiasPlot: - ## --biasPlot biasPlot.png ; - ## mv biasPlot.png $biasPlot - ## #end if - ## #end if - - - + + + + + + + + + + + - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - saveBiasPlot is True - - - - + + + + + + (( + image_format != 'none' + )) + + + + + + + + + + **What it does** diff -r aea72b24dea0 -r b4c5dd45778a computeMatrix.xml --- a/computeMatrix.xml Sat Dec 14 08:58:41 2013 -0500 +++ b/computeMatrix.xml Mon Dec 16 04:36:19 2013 -0500 @@ -120,15 +120,15 @@ - - - + + + @@ -175,6 +175,7 @@ +