view kwip_postprocess.xml @ 2:352616f69941 draft default tip

planemo upload
author jowong
date Mon, 26 Nov 2018 03:05:20 -0500
parents 6c38443b46ac
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>