comparison kwip_postprocess.xml @ 22:89a88542f301 draft

planemo upload
author jowong
date Thu, 22 Nov 2018 09:46:09 -0500
parents
children
comparison
equal deleted inserted replaced
21:12b9a42289c2 22:89a88542f301
1 <tool id="kwip_postprocess" name="kWIP Postprocess" version="1.0.0">
2 <description>Postprocess kWIP galaxy output</description>
3 <command interpreter="python"><![CDATA[
4 kwip_postprocess.py -i $kwip_output
5 ]]></command>
6 <inputs>
7 <param name="kwip_output" type="data" format="txt" label="kWIP output" />
8 </inputs>
9 <outputs>
10 <data name="output" format="txt" from_work_dir="kwip_postprocess_output.txt"/>
11 </outputs>
12 <help>
13 This tool processes the kwip galaxy output such that it is in line with the command line
14 </help>
15 <citations>
16 </citations>
17 </tool>