view sequence_options.xml @ 11:168b0a92edd3 draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 53e28d4dd9ab352c94f91f952ac855b89197f032
author richard-burhans
date Fri, 12 Jul 2024 23:00:03 +0000
parents 5c72425b7f1b
children
line wrap: on
line source

<macros>
    <xml name="sequence_options">
        <section name="sequence_options" expanded="false" title="Sequence Options">
            <param name="strand_selector" type="select" label="Strand to search">
                <option value="plus">plus</option>
                <option value="minus">minus</option>
                <option value="both" selected="true">both</option>
            </param>
            <yield/>
        </section>
    </xml>
</macros>