view scoring_options.xml @ 17:52a13f003b2d draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit b5d08d89e75e2dbfa03f74e45aa6baa465582eee
author richard-burhans
date Tue, 30 Jul 2024 17:25:08 +0000
parents 5c72425b7f1b
children
line wrap: on
line source

<macros>
    <xml name="scoring_options">
        <section name="scoring_options" expanded="false" title="Scoring Options">
            <param argument="--scoring" type="data" value="false" optional="true" format="txt" label="Scoring file in LASTZ format"/>
            <param name="ambiguous_selector" type="select" label="Ambiguous Nucleotides">
                <option value="x" selected="true">None</option>
                <option value="n">N</option>
                <option value="iupac">IUPAC</option>
            </param>
            <conditional name="ambiguous_params">
                <param name="set_ambiguous_params_selector" type="select" label="Set Ambiguous Nucleotide Scoring Parameters">
                    <option value="false" selected="true">No</option>
                    <option value="true">Yes</option>
                </param>
                <when value="false">
                    <!-- Do nothing -->
                </when>
                <when value="true">
                    <param name="ambiguous_reward" type="integer" value="0" label="Ambiguous Nucleotide Reward"/>
                    <param name="ambiguous_penalty" type="integer" value="0" label="Ambiguous Nucleotide Penalty"/>
                </when>
            </conditional>
        </section>
    </xml>
</macros>