Mercurial > repos > scottx611x > cooler_convert
diff recursive_agg_onefile.xml @ 13:59890caa8b66 draft
planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
| author | scottx611x |
|---|---|
| date | Mon, 21 Nov 2016 09:44:16 -0500 |
| parents | 66000d10e386 |
| children | e0f739f22c2c |
line wrap: on
line diff
--- a/recursive_agg_onefile.xml Mon Nov 21 09:32:54 2016 -0500 +++ b/recursive_agg_onefile.xml Mon Nov 21 09:44:16 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 recursive_agg_onefile.py $input --out $output</command> + <command> /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>
