Mercurial > repos > jowong > kwip
annotate kwip_postprocess.xml @ 2:352616f69941 draft default tip
planemo upload
author | jowong |
---|---|
date | Mon, 26 Nov 2018 03:05:20 -0500 |
parents | 6c38443b46ac |
children |
rev | line source |
---|---|
0 | 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> |