Mercurial > repos > jowong > spotyping
diff spotyping_postprocess.xml @ 0:7412632c7b0e draft
planemo upload
| author | jowong |
|---|---|
| date | Tue, 13 Nov 2018 10:46:18 -0500 |
| parents | |
| children | fcfd1e66edf9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spotyping_postprocess.xml Tue Nov 13 10:46:18 2018 -0500 @@ -0,0 +1,17 @@ +<tool id="spotyping_postprocess" name="Spotyping Postprocess" version="1.0.0"> + <description>Postprocess spotyping galaxy output</description> + <command interpreter="python"><![CDATA[ + spotyping_postprocess.py -s #for $path in $paths# $path.element_identifier #end for# -f #for $path in $paths# $path #end for# + ]]></command> + <inputs> + <param name="paths" type="data" format="txt" label="Collection of files" help="" optional="False" multiple="True"/> + </inputs> + <outputs> + <data name="output" format="txt" from_work_dir="spotyping_postprocess_output.txt"/> + </outputs> + <help> +This tool processes the spotyping galaxy output such that it is in line with the command line + </help> + <citations> + </citations> +</tool>
