Mercurial > repos > scottx611x > cooler_convert
diff recursive_agg_onefile.xml @ 41:7478a750d38c draft
planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
| author | scottx611x |
|---|---|
| date | Tue, 22 Nov 2016 09:41:15 -0500 |
| parents | 30ae5142a542 |
| children |
line wrap: on
line diff
--- a/recursive_agg_onefile.xml Tue Nov 22 09:21:11 2016 -0500 +++ b/recursive_agg_onefile.xml Tue Nov 22 09:41:15 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> python $__tool_directory__/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>
