changeset 14:a7ae8ce85f45 draft

Uploaded
author bgruening
date Mon, 16 Dec 2013 13:10:27 -0500
parents b4c5dd45778a
children b96676609e10
files deepTools_macros.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/deepTools_macros.xml	Mon Dec 16 04:36:19 2013 -0500
+++ b/deepTools_macros.xml	Mon Dec 16 13:10:27 2013 -0500
@@ -91,6 +91,7 @@
     </xml>
 
     <token name="@multiple_input_bams@">
+        #import tempfile
         #for $i in $input_files:
             #set $temp_input_handle = tempfile.NamedTemporaryFile( dir=$temp_dir )
             #set $temp_input_path = $temp_input_handle.name