view 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 source

<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>