annotate spotyping_postprocess.xml @ 0:7412632c7b0e draft

planemo upload
author jowong
date Tue, 13 Nov 2018 10:46:18 -0500
parents
children fcfd1e66edf9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7412632c7b0e planemo upload
jowong
parents:
diff changeset
1 <tool id="spotyping_postprocess" name="Spotyping Postprocess" version="1.0.0">
7412632c7b0e planemo upload
jowong
parents:
diff changeset
2 <description>Postprocess spotyping galaxy output</description>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
3 <command interpreter="python"><![CDATA[
7412632c7b0e planemo upload
jowong
parents:
diff changeset
4 spotyping_postprocess.py -s #for $path in $paths# $path.element_identifier #end for# -f #for $path in $paths# $path #end for#
7412632c7b0e planemo upload
jowong
parents:
diff changeset
5 ]]></command>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
6 <inputs>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
7 <param name="paths" type="data" format="txt" label="Collection of files" help="" optional="False" multiple="True"/>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
8 </inputs>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
9 <outputs>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
10 <data name="output" format="txt" from_work_dir="spotyping_postprocess_output.txt"/>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
11 </outputs>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
12 <help>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
13 This tool processes the spotyping galaxy output such that it is in line with the command line
7412632c7b0e planemo upload
jowong
parents:
diff changeset
14 </help>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
15 <citations>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
16 </citations>
7412632c7b0e planemo upload
jowong
parents:
diff changeset
17 </tool>