view macros.xml @ 2:66228e9c29d9 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/codeml commit 29dba85647adf75fd7276d5da0f3cc1b8eda23ea"
author iuc
date Thu, 26 Dec 2019 05:34:15 -0500
parents 961a712f9743
children f9cb3a4339c2
line wrap: on
line source

<macros>
    <token name="@WRAPPER_VERSION@">4.9</token>
    <xml name="FSsites_br0" >
        <param argument="NSsites" type="select" label="Site model ; fix_alpha !=1 and alpha !=0 are not compatible with NSsites !=0" >
            <option value="0" selected="true">0 : e.g. basic model if model=0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="7">7</option>
            <option value="8">8</option>
        </param>
    </xml>

    <xml name="FSsites_br1" >
        <param argument="NSsites" type="select" label="Site model ; fix_alpha !=1 and alpha !=0 are not compatible with NSsites !=0" >
            <option value="0" selected="true">0 : e.g. basic model if model=0</option>
        </param>
    </xml>

    <xml name="FSsites_br2_and_3" >
        <param argument="NSsites" type="select" label="Site model ; fix_alpha !=1 and alpha !=0 are not compatible with NSsites !=0" >
            <option value="0" selected="true">0</option>
            <option value="2">2 (Warning: only two branch type allowed for branch models)</option>
            <option value="3">3 (Warning: only two branch type allowed for branch models)</option>
        </param>
    </xml>
</macros>