annotate kwip_postprocess.xml @ 22:89a88542f301 draft

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