diff recursive_agg_onefile.xml @ 0:c7d624661e8a draft

planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
author scottx611x
date Sun, 20 Nov 2016 18:30:37 -0500
parents
children 78c6437690fb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/recursive_agg_onefile.xml	Sun Nov 20 18:30:37 2016 -0500
@@ -0,0 +1,16 @@
+
+<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 interpreter="python">recursive_agg_onefile.py cooler_file=$input --out $output</command>
+  <inputs>
+    <param format="h5" name="input" type="data" label="Source cooler file"/>
+  </inputs>
+  <outputs>
+    <data format="multires.cool" name="output" />
+  </outputs>
+
+<help>
+	Recursively aggregate a single resolution cooler file into a multi-resolution file.  
+</help>
+
+</tool>