view macros.xml @ 3:5ae5c312d718 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f84c314bc721b5b0c7be10eaf287b1830caca241"
author iuc
date Thu, 26 Sep 2019 09:11:24 -0400
parents 1c75aa5de15e
children 87c11c05d238
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@VERSION@">0.46.0</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">kallisto</requirement>
            <requirement type="package" version="1.9">samtools</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">doi:10.1038/nbt.3519</citation>
        </citations>
    </xml>
    <xml name="reference_input">
        <conditional name="reference_transcriptome">
            <param name="reference_transcriptome_source" type="select" label="Reference transcriptome for quantification">
                <option value="indexed" selected="true">Use a built-in transcriptome</option>
                <option value="history">Use a transcriptome from history</option>
            </param>
            <when value="indexed">
                <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy administrator">
                    <options from_data_table="kallisto_indexes">
                        <filter type="sort_by" column="2" />
                        <validator type="no_options" message="No transcriptomes are available for the selected input dataset" />
                    </options>
                </param>
            </when>
            <when value="history">
                <param name="reference" type="data" format="fasta" label="FASTA reference transcriptome" />
            </when>
        </conditional>
    </xml>
</macros>