view macros.xml @ 3:24657d5edede draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 11770937d250d7a332875becf06b9a42b17c46d1
author iuc
date Mon, 21 Jan 2019 16:47:01 -0500
parents 57bf9a0d49a5
children fe3fe68b09a7
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">0.3.3</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">slamdunk</requirement>
        </requirements>
    </xml>
    <xml name="reference_files">
        <conditional name="reference_source">
            <param name="reference_source_selector" type="select" label="Reference genome FASTA file" help="Select a built-in FASTA file (if available) or one from the history">
                <option value="cached">Use a built-in FASTA</option>
                <option value="history">Use a FASTA from history</option>
            </param>
            <when value="cached">
                <param name="ref_file" type="select" label="Use built-in FASTA" help="Select genome from the list">
                    <options from_data_table="all_fasta">
                        <filter type="sort_by" column="2" />
                        <validator type="no_options" message="No reference genomes are available" />
                    </options>
                    <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
                </param>
            </when>
            <when value="history">
                <param name="ref_file" type="data" format="fasta" label="Use the following dataset as the FASTA" help="You can upload a FASTA sequence to the history and use it as reference" />
            </when>
        </conditional>
        <param name="Reference" type="data" format="bed" label="Reference 3'UTRs BED file" />
    </xml>
    <xml name="citations">
        <citation type="bibtex">
 @misc{Neumann2018,
  author = {Neumann, Tobias},
  year = {2018},
  title = Slamdunk},
  publisher = {GitHub},
  journal = {GitHub repository},
  url = {https://github.com/t-neumann/slamdunk},
}
        </citation>
    </xml>
</macros>