changeset 24:9805a8bd1abe draft

planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
author scottx611x
date Mon, 21 Nov 2016 15:08:01 -0500
parents 21e635b95abb
children 69e4c22c6563
files recursive_agg_onefile.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/recursive_agg_onefile.xml	Mon Nov 21 13:24:02 2016 -0500
+++ b/recursive_agg_onefile.xml	Mon Nov 21 15:08:01 2016 -0500
@@ -1,7 +1,7 @@
 
 <tool id="recursive_agg_cooler" name="Generate Multi-res Cooler File" version="1.0.0">
   <description>Recursively aggregate a single resolution cooler file into a multi-resolution file.</description>
-  <command> /usr/bin/python $__tool_directory__/recursive_agg_onefile.py $input --out $output</command>
+  <command>/usr/bin/sudo /usr/bin/python $__tool_directory__/recursive_agg_onefile.py $input --out $output</command>
   <inputs>
     <param format="h5" name="input" type="data" label="Source cooler file"/>
   </inputs>