Mercurial > repos > jowong > kwip
diff kwip_postprocess.xml @ 22:89a88542f301 draft
planemo upload
author | jowong |
---|---|
date | Thu, 22 Nov 2018 09:46:09 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kwip_postprocess.xml Thu Nov 22 09:46:09 2018 -0500 @@ -0,0 +1,17 @@ +<tool id="kwip_postprocess" name="kWIP Postprocess" version="1.0.0"> + <description>Postprocess kWIP galaxy output</description> + <command interpreter="python"><![CDATA[ + kwip_postprocess.py -i $kwip_output + ]]></command> + <inputs> + <param name="kwip_output" type="data" format="txt" label="kWIP output" /> + </inputs> + <outputs> + <data name="output" format="txt" from_work_dir="kwip_postprocess_output.txt"/> + </outputs> + <help> +This tool processes the kwip galaxy output such that it is in line with the command line + </help> + <citations> + </citations> +</tool>