view xmsannotator_macros.xml @ 8:fbe3edd0a06e draft default tip

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
author recetox
date Thu, 12 Aug 2021 11:13:54 +0000
parents 53246490912c
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.3.2</token>
    <token name="@DOCKER_IMAGE@">recetox/xmsannotator:1.3.2-recetox3</token>

    <xml name="creator">
        <creator>
            <organization
                url="https://www.recetox.muni.cz/"
                name="RECETOX MUNI" />
        </creator>
    </xml>

    <xml name="inputs">
        <param name="peak_table" type="data" format="csv,h5,parquet">
            <label>Peak table</label>
            <help><![CDATA[
                A peak-intensity table such as outputted from apLCMS.
                The file is required to contain the fields <em>mz</em> and <em>rt</em>.
            ]]></help>
        </param>
        <param name="compound_table" type="data" format="csv,parquet">
            <label>Compound database</label>
            <help><![CDATA[
                Database of compounds according to which the annotation is performed.
                The database is required to contain the fields <em>compound_id</em>, <em>monoisotopic_mass</em>, and <em>molecular_formula</em>.
            ]]></help>
        </param>
        <param name="adduct_table" type="data" format="csv,parquet" optional="true">
            <label>Adduct database (optional)</label>
            <help><![CDATA[
                Database of adduct which is combined with the database of compound to form a molecule-adduct pairs.
                The database is required to contain <em>adduct</em>, <em>charge</em>, <em>mass</em>, and <em>n_molecules</em>.
            ]]></help>
        </param>
    </xml>

    <xml name="outputs">
        <data name="annotation_parquet" format="parquet"/>
    </xml>

    <xml name="tolerance">
        <param name="mass_tolerance_ppm" type="integer" min="0" value="5">
            <label>Mass tolerance [ppm]</label>
            <help>Mass tolerance in ppm for database matching.</help>
        </param>
        <yield/>
    </xml>

    <xml name="citations">
        <citation type="doi">10.1021/acs.analchem.6b01214</citation>
    </xml>
</macros>