Mercurial > repos > bgruening > deeptools
diff bamFingerprint.xml @ 29:60788be7b346 draft
Uploaded
author | bgruening |
---|---|
date | Sat, 21 Dec 2013 17:30:26 -0500 |
parents | 1e5fcb1555de |
children | fc3830717e24 |
line wrap: on
line diff
--- a/bamFingerprint.xml Mon Dec 16 04:51:41 2013 -0500 +++ b/bamFingerprint.xml Sat Dec 21 17:30:26 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>