view macros.xml @ 3:7adddc6015c1 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit a59b05dd4a79b1b4e14ab1d78202c07a889ab023
author iuc
date Sat, 22 Apr 2023 20:08:40 +0000
parents 1080e07a2233
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.8.9">bx-python</requirement>
            <requirement type="package" version="22.1.1">galaxy-data</requirement>
            <yield />
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btr398</citation>
        </citations>
    </xml>
    <xml name="maf_source">
        <when value="cached">
            <param name="mafType" type="select" label="Choose alignments">
                <options from_data_table="maf_indexes" />
            </param>
            <param name="species" type="select" display="checkboxes" multiple="true" label="Choose species" help="Select species to be included in the final alignment">
                <options from_data_table="maf_indexes">
                    <column name="value" index="3"/>
                    <filter type="multiple_splitter" column="3" separator=","/>
                </options>
            </param>
        </when>
    </xml>
</macros>