view sequence_options.xml @ 20:96ff17622b17 draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 4b56e02cfd6394c55895dd013105c4ef04519842
author richard-burhans
date Wed, 07 Aug 2024 20:34:45 +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>