view sequence_options.xml @ 23:e9bf680c292b draft default tip

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit a2f684fa36d99b0d8d03f2b802d08b56b8545bc6
author richard-burhans
date Mon, 19 Aug 2024 18:45:15 +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>