Mercurial > repos > scottx611x > cooler_convert
diff recursive_agg_onefile.xml @ 20:797818b4e2f6 draft
planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
| author | scottx611x |
|---|---|
| date | Mon, 21 Nov 2016 13:00:20 -0500 |
| parents | a9e5101f7d79 |
| children | 202ef48959d3 |
line wrap: on
line diff
--- a/recursive_agg_onefile.xml Mon Nov 21 10:45:17 2016 -0500 +++ b/recursive_agg_onefile.xml Mon Nov 21 13:00:20 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/python $__tool_directory__/recursive_agg_onefile.py $input --out $output > /dev/null 2>&1</command> <inputs> <param format="h5" name="input" type="data" label="Source cooler file"/> </inputs>
