comparison macros.xml @ 16:8e649f27aa0d draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 3d98df472498e1273369d23822d10db14f337443
author bgruening
date Thu, 22 Aug 2024 19:20:24 +0000
parents bf28a8cff401
children
comparison
equal deleted inserted replaced
15:bf28a8cff401 16:8e649f27aa0d
1 <?xml version="1.0"?>
2 <macros> 1 <macros>
3 <token name="@TOOL_VERSION@">7.520</token> 2 <token name="@TOOL_VERSION@">7.526</token>
4 <token name="@VERSION_SUFFIX@">0</token> 3 <token name="@VERSION_SUFFIX@">0</token>
5 <token name="@PROFILE@">22.01</token> 4 <token name="@PROFILE@">22.01</token>
6 <!-- currently, the fasta3 executable is named according to its major version 5 <!-- currently, the fasta3 executable is named according to its major version
7 => needs updating together with the package requirement! --> 6 => needs updating together with the package requirement! -->
8 <token name="@FASTA3_EXEC@">fasta36</token> 7 <token name="@FASTA3_EXEC@">fasta36</token>
16 <requirement type="package" version="@TOOL_VERSION@">mafft</requirement> 15 <requirement type="package" version="@TOOL_VERSION@">mafft</requirement>
17 <requirement type="package" version="36.3.8">fasta3</requirement> 16 <requirement type="package" version="36.3.8">fasta3</requirement>
18 </requirements> 17 </requirements>
19 </xml> 18 </xml>
20 <xml name="weighti_param"> 19 <xml name="weighti_param">
21 <param argument="--weighti" type="float" value="2.7" min="1" max="100" label="Weighting factor for the consistency term calculated from pairwise alignments."/> 20 <param argument="--weighti" type="float" min="1" max="100" value="2.7" label="Weighting factor for the consistency term calculated from pairwise alignments."/>
22 </xml> 21 </xml>
23 <xml name="parttree_parameters"> 22 <xml name="parttree_parameters">
24 <param argument="--retree" type="integer" value="2" min="1" max="3" label="Guide tree is built this number of times in the progressive stage."/> 23 <param argument="--retree" type="integer" min="1" max="3" value="2" label="Guide tree is built this number of times in the progressive stage."/>
25 <param argument="--partsize" type="integer" value="50" min="0" max="1000" label="Number of partitions in the PartTree algorithm."/> 24 <param argument="--partsize" type="integer" min="0" max="1000" value="50" label="Number of partitions in the PartTree algorithm."/>
26 <param argument="--groupsize" type="integer" value="-1" min="-1" label="Group size" help="Do not make alignment larger than this number of sequences. The default of -1 means set the value automatically to the number of input sequences."/> 25 <param argument="--groupsize" type="integer" min="-1" value="-1" label="Group size" help="Do not make alignment larger than this number of sequences. The default of -1 means set the value automatically to the number of input sequences."/>
27 </xml> 26 </xml>
28 <xml name="misc_scoring_scheme"> 27 <xml name="misc_scoring_scheme">
29 <param argument="--fmodel" type="boolean" truevalue="--fmodel" falsevalue="" checked="False" label="Incorporate the AA/nuc composition into the scoring matrix?" /> 28 <param argument="--fmodel" type="boolean" truevalue="--fmodel" falsevalue="" checked="False" label="Incorporate the AA/nuc composition into the scoring matrix?"/>
30 <conditional name="gap_costs"> 29 <conditional name="gap_costs">
31 <param name="use_defaults" type="select" label="Configure gap costs"> 30 <param name="use_defaults" type="select" label="Configure gap costs">
32 <option value="yes">Use default values</option> 31 <option value="yes">Use default values</option>
33 <option value="no">Set values</option> 32 <option value="no">Set values</option>
34 </param> 33 </param>
40 </conditional> 39 </conditional>
41 </xml> 40 </xml>
42 <xml name="global_align_options"> 41 <xml name="global_align_options">
43 <section name="treat_unrelated_segments" title="Handling of unrelated segments in global alignments" expanded="true"> 42 <section name="treat_unrelated_segments" title="Handling of unrelated segments in global alignments" expanded="true">
44 <param argument="--unalignlevel" type="float" min="0" max="0.8" value="0" label="Over-alignment correction factor" help="The higher this factor the more likely will unrelated sequence stretches in globally related sequences be left unaligned. The default of 0 turns over-alignment correction off, turning it on increases run time."/> 43 <param argument="--unalignlevel" type="float" min="0" max="0.8" value="0" label="Over-alignment correction factor" help="The higher this factor the more likely will unrelated sequence stretches in globally related sequences be left unaligned. The default of 0 turns over-alignment correction off, turning it on increases run time."/>
45 <param argument="--leavegappyregion" type="boolean" truevalue="--leavegappyregion" falsevalue="" label="Leave gappy region" help="Older option for preventing over-alignment by not trying to force gap-rich regions into an alignment. Can be used alone or in combination with the over-alignment correction factor, but has a much higher impact on run time and becomes less effective with more sequences. Not recommended for > ~1000 sequences."/> 44 <param argument="--leavegappyregion" type="boolean" truevalue="--leavegappyregion" falsevalue="" label="Leave gappy region" help="Older option for preventing over-alignment by not trying to force gap-rich regions into an alignment. Can be used alone or in combination with the over-alignment correction factor, but has a much higher impact on run time and becomes less effective with more sequences. Not recommended for &gt; ~1000 sequences."/>
46 </section> 45 </section>
47 </xml> 46 </xml>
48 <xml name="citations"> 47 <xml name="citations">
49 <citations> 48 <citations>
50 <citation type="doi">10.1093/nar/gkf436</citation> 49 <citation type="doi">10.1093/nar/gkf436</citation>