annotate trimal.xml @ 0:ebe28cac8d8b draft

planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
author iuc
date Fri, 15 Nov 2024 08:59:26 +0000
parents
children 2a156ec81e7a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
1 <tool id="trimal" name="trimAl" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
2 <description>for automated alignment trimming</description>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
3 <macros>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.5</token>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
6 </macros>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
7 <xrefs>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
8 <xref type="bio.tools">trimal</xref>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
9 </xrefs>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
10 <requirements>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">trimal</requirement>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
12 </requirements>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
13 <command detect_errors="exit_code"><![CDATA[
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
14 trimal -in '$in' -out '$trimmed_output' -htmlout '$html_summary' ${out_format_selector}
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
15 #if $trimming_mode.mode_selector == "custom"
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
16 -gapthreshold $trimming_mode.gapthreshold
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
17 -simthreshold $trimming_mode.simthreshold
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
18 -cons $trimming_mode.cons
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
19 #else:
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
20 $trimming_mode.mode_selector
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
21 #end if
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
22
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
23 ]]></command>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
24 <inputs>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
25 <param argument="-in" type="data" format="fasta,clustal,pir,phylip,nexus,mega" label="Alignment file (clustal, fasta, NBRF/PIR, nexus, phylip3.2, phylip)" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
26 <conditional name="trimming_mode">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
27 <param name="mode_selector" type="select" label="Select trimming mode from the list">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
28 <option value="-nogaps">nogaps - remove all positions with gaps in the alignment.</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
29 <option value="-noallgaps">noallgaps - remove columns composed only by gaps.</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
30 <option value="-gappyout">gappyout - only uses information based on gaps' distribution.</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
31 <option value="-strict">strict - combine gappyout trimming with subsequent trimming based on an automatically selected similarity threshold. </option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
32 <option value="-strictplus">strictplus - very similar to the strict method but the final step of the algorithm is slightly different. </option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
33 <option value="-automated1">automated1 - heuristic approach to determine the optimal automatic method for trimming a given alignment. </option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
34 <option value="custom">custom mode - eliminates a specified set of columns defined by the user.</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
35 </param>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
36 <when value="-nogaps" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
37 <when value="-noallgaps"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
38 <when value="-gappyout"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
39 <when value="-strict"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
40 <when value="-strictplus"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
41 <when value="-automated1"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
42 <when value="custom">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
43 <param argument="-gapthreshold" type="float" optional="true" value="0.9" min="0.0" max="1.0" label="Gap threshold" help="1 - (fraction of sequences with a gap allowed)."/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
44 <param argument="-simthreshold" type="float" optional="true" value="0.9" min="0.0" max="1.0" label="Similarity threshold" help="Minimum average similarity allowed."/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
45 <param argument="-cons" type="integer" optional="true" value="50" min="0" max="100" label="Minimum conservance percentage" help="Minimum percentage of the positions in the original alignment to conserve."/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
46 </when>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
47 </conditional>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
48 <param name="out_format_selector" type="select" label="Select trimmed alignment output format from the list">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
49 <option value="-clustal">CLUSTAL format</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
50 <option value="-fasta">FASTA format</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
51 <option value="-fasta_m10">FASTA format. Sequences name length up to 10 characters.</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
52 <option value="-nbrf">NBRF/PIR format</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
53 <option value="-nexus">NEXUS format</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
54 <option value="-mega">MEGA format</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
55 <option value="-phylip">PHYLIP/PHYLIP4 format</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
56 <option value="-phylip_m10">PHYLIP/PHYLIP4 format. Sequences name length up to 10 characters</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
57 <option value="-phylip_paml">PHYLIP format compatible with PAML</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
58 <option value="-phylip_paml_m10">PHYLIP format compatible with PAML. Sequences name length up to 10 characters.</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
59 <option value="-phylip3.2">PHYLIP3.2 format</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
60 <option value="-phylip3.2_m10">PHYLIP3.2 format. Sequences name length up to 10 characters.</option>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
61 </param>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
62 </inputs>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
63 <outputs>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
64 <data name="trimmed_output" format="fasta" label="Trimmed alignment.">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
65 <change_format>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
66 <when input="out_format_selector" value="-fasta" format="fasta" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
67 <when input="out_format_selector" value="-fasta_m10" format="fasta" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
68 <when input="out_format_selector" value="-phylip" format="phylip" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
69 <when input="out_format_selector" value="-phylip_m10" format="phylip" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
70 <when input="out_format_selector" value="-phylip_paml" format="phylip" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
71 <when input="out_format_selector" value="-phylip_paml_m10" format="phylip" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
72 <when input="out_format_selector" value="-phylip3.2" format="phylip" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
73 <when input="out_format_selector" value="-phylip3.2_m10" format="phylip" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
74 <when input="out_format_selector" value="-clustal" format="clustal" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
75 <when input="out_format_selector" value="-mega" format="mega" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
76 <when input="out_format_selector" value="-nbrf" format="pir" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
77 <when input="out_format_selector" value="-nexus" format="nexus" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
78 </change_format>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
79 </data>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
80 <data name="html_summary" format="html" label="trimal html summary."/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
81 </outputs>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
82 <tests>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
83 <test expect_num_outputs="2">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
84 <param name="in" value="example.009.AA.fasta"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
85 <param name="mode_selector" value="-gappyout" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
86 <param name="out_format_selector" value="-mega" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
87 <output name="trimmed_output" file="trimmed_example.009.AA.mega" lines_diff="2"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
88 <output name="html_summary" file="trimmed_example.009.AA.html"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
89 </test>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
90 <test expect_num_outputs="2">
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
91 <param name="in" value="example.009.AA.fasta"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
92 <param name="mode_selector" value="custom" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
93 <param name="gapthreshold" value="0.5" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
94 <param name="simthreshold" value="0.5" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
95 <param name="cons" value="5" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
96 <param name="out_format_selector" value="-phylip_paml_m10" />
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
97 <output name="trimmed_output" file="custom_trimmed_example.009.AA.phy" ftype="phylip"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
98 <output name="html_summary" file="custom_trimmed_example.009.AA.html"/>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
99 </test>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
100 </tests>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
101 <help><![CDATA[
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
102
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
103 TrimAl is a tool for the automated removal of spurious sequences or poorly aligned regions from a multiple sequence alignment.
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
104
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
105 TrimAl can consider several parameters, alone or in multiple combinations, in order to select the most-reliable positions in the alignment.
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
106 These include the proportion of sequences with a gap, the level of residue similarity and, if several alignments for the same set of sequences are provided,
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
107 the consistency level of columns among alignments. Moreover, trimAl allows to manually select a set of columns and sequences to be removed from the alignment.
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
108
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
109 TrimAl implements a series of automated algorithms that trim the alignment searching for optimum thresholds based on inherent characteristics
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
110 of the input alignment, to be used so that the signal-to-noise ratio after alignment trimming phase is increased. Learn more about the available trimming modes here: https://trimal.readthedocs.io/en/latest/algorithms.html
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
111
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
112 Among trimAl's additional features, trimAl allows:
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
113
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
114 - getting the complementary alignment (columns that were trimmed),
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
115 - to compute statistics from the alignment,
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
116 - to select the output file format,
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
117 - to get a summary of trimAl's trimming in HTML and SVG formats,
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
118 - and many other options.
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
119
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
120 TrimAl webpage: https://trimal.readthedocs.io
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
121
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
122 License
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
123 -------
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
124 This program is free software: you can redistribute it and/or modify
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
125 it under the terms of the GNU General Public License as published by
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
126 the Free Software Foundation, the last available version.
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
127 ]]></help>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
128 <citations>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
129 <citation type="doi">doi:10.1093/bioinformatics/btp348</citation>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
130 </citations>
ebe28cac8d8b planemo upload for repository https://github.com/inab/trimal commit b537658ca3fbabe1bc6669efc22ac10a18f30671
iuc
parents:
diff changeset
131 </tool>