# HG changeset patch # User bgruening # Date 1387224788 18000 # Node ID 16310f8b24d54af2b9916f6ad32805c6325eb672 # Parent b96676609e10778b950b9e6d82af4a2d9c3751a5 Uploaded diff -r b96676609e10 -r 16310f8b24d5 bamCorrelate.xml --- a/bamCorrelate.xml Mon Dec 16 14:08:15 2013 -0500 +++ b/bamCorrelate.xml Mon Dec 16 15:13:08 2013 -0500 @@ -24,7 +24,7 @@ --plotFile $outFileName - #if $outputOpt.showOutputOpt == "yes" + #if $output.showOutputSettings == "yes" --outRawCounts '$outFileRawCounts' --outFileCorMatrix '$outFileCorMatrix' --plotFileFormat $output.outFileFormat @@ -100,8 +100,8 @@ - - + + @@ -117,10 +117,20 @@ - (outputOpt['showOutputOpt'] == 'yes' and outputOpt['saveRawCounts'] == True) + + (( + output['showOutputSettings'] == 'yes' and + output['saveRawCounts'] is True + )) + - (outputOpt['showOutputOpt'] == 'yes' and outputOpt['saveCorMatrix'] == True) + + (( + output['showOutputSettings'] == 'yes' and + output['saveCorMatrix'] is True + )) + diff -r b96676609e10 -r 16310f8b24d5 bamFingerprint.xml --- a/bamFingerprint.xml Mon Dec 16 14:08:15 2013 -0500 +++ b/bamFingerprint.xml Mon Dec 16 15:13:08 2013 -0500 @@ -6,12 +6,6 @@ deepTools_macros.xml - #import tempfile - #set $temp_dir = os.path.abspath(tempfile.mkdtemp()) - - #set files=[] - #set labels=[] - @multiple_input_bams@ bamFingerprint @@ -35,7 +29,6 @@ --plotFileFormat 'png' #end if - #if $advancedOpt.showAdvancedOpt == "yes": #if str($advancedOpt.region.value) != '': @@ -117,8 +110,8 @@ (( - outputOpt['showOutputOpt'] == 'yes' and - outputOpt['saveRawCounts'] is True + output['showOutputSettings'] == 'yes' and + output['saveRawCounts'] is True )) diff -r b96676609e10 -r 16310f8b24d5 computeGCBias.xml --- a/computeGCBias.xml Mon Dec 16 14:08:15 2013 -0500 +++ b/computeGCBias.xml Mon Dec 16 15:13:08 2013 -0500 @@ -83,8 +83,8 @@ - - + +