view macros.xml @ 0:1005ffbccd86 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pysradb commit 95f13fef86ee81a617814a386cb371e94cf45577
author iuc
date Fri, 11 Nov 2022 07:35:39 +0000
parents
children f63cf0adfd87
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.4.2</token>
    <token name="@SUFFIX_VERSION@">0</token>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">pysradb</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">pysradb</requirement>
            <requirement type="package" version="3.6.2">matplotlib</requirement>
            <requirement type="package" version="7.1.0_52">imagemagick</requirement>
            <requirement type="package" version="5.1.0">gawk</requirement>
        </requirements>
    </xml>
    <xml name="instrument_macro">
        <param name="instrument" type="select" optional="true" label="Instrument" help="Scientific instrument used to automate the DNA sequencing process. You can find more information about the different instruments in the help section.">
            <yield/>
        </param>
    </xml>
    <xml name="source_macro">
        <param argument="--source" type="select" label="Library source" help="Type of source material that is being sequenced">
            <yield/>
        </param>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.12688/f1000research.18676.1</citation>
        </citations>
    </xml>
</macros>