Mercurial > repos > bgruening > deeptools
diff bamFingerprint.xml @ 16:16310f8b24d5 draft
Uploaded
author | bgruening |
---|---|
date | Mon, 16 Dec 2013 15:13:08 -0500 |
parents | b4c5dd45778a |
children | 5ea8782d650c |
line wrap: on
line diff
--- 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 @@ <import>deepTools_macros.xml</import> </macros> <command> - #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 @@ <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts"> <filter> (( - outputOpt['showOutputOpt'] == 'yes' and - outputOpt['saveRawCounts'] is True + output['showOutputSettings'] == 'yes' and + output['saveRawCounts'] is True )) </filter> </data>