view recursive_agg_onefile.xml @ 42:ff10e8784d4e draft default tip

planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
author scottx611x
date Tue, 22 Nov 2016 14:21:59 -0500
parents 7478a750d38c
children
line wrap: on
line source


<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>
  <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>