view track_rt_raw.xml @ 3:31c68f2d97b5 draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2e847122cf605951c334858455fc1d3ebdb189e9-dirty
author tomnl
date Fri, 30 Mar 2018 10:05:34 -0400
parents e2635fa802bd
children a8d243fcf676
line wrap: on
line source

<tool id="track_rt_raw" name="track_rt_raw" version="0.0.8">

     <requirements>
           <requirement type="package" version="1.46.0" >bioconductor-xcms</requirement>
     </requirements>

    <description>Track the raw retention time in the peak slot of XCMSset objects.
    </description>
    <stdio>
        <exit_code range="1:" />
    </stdio>
    <command interpreter="Rscript"><![CDATA[
        track_rt_raw.R
            --xset_path=$xset
            --out_dir=.

    ]]></command>
    <inputs>

        <param type="data" name="xset"
                help="xcmsSet object saved as an RData file"/>

    </inputs>
    <outputs>

        <data name="xset_with_rt_raw" format="rdata" label="xset.track_rt_raw.RData"
              from_work_dir="xset_rt_raw_tracked.RData" visible="true"/>
    </outputs>
    <tests>

    </tests>
    <help><![CDATA[]]></help>
</tool>