Mercurial > repos > iuc > pal2nal
annotate pal2nal.xml @ 0:a2a40f3bfbbd draft default tip
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
| author | iuc |
|---|---|
| date | Sun, 09 Nov 2025 10:56:06 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
1 <tool id="pal2nal" name="PAL2NAL" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" profile="24.0"> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
2 <description>Codon-based nucleotide alignment from protein and DNA sequences</description> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
3 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
4 <macros> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
5 <import>info.xml</import> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
6 <import>macros.xml</import> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
7 <import>tests.xml</import> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
8 </macros> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
9 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
10 <expand macro="requirements" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
11 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
12 <expand macro="version_command" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
13 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
14 <expand macro="command" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
15 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
16 <inputs> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
17 <param name="protein_alignment" type="data" format="fasta,clustal" label="Protein alignment" |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
18 help="Accepts CLUSTAL/FASTA alignments uploaded through Galaxy." /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
19 <param name="nucleotide_fastas" type="data" format="fasta" multiple="true" min="1" |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
20 label="Nucleotide FASTA files" help="Accepts FASTA-formatted nucleotide sequences." /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
21 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
22 <param name="output_format" type="select" argument="-output" label="Output format"> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
23 <option value="clustal" selected="true">CLUSTAL (default)</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
24 <option value="paml">PAML</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
25 <option value="fasta">FASTA</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
26 <option value="codon">CODON</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
27 </param> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
28 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
29 <param name="show_only_blocks" type="boolean" argument="-blockonly" truevalue="-blockonly" falsevalue="" |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
30 checked="false" label="Show only user-specified blocks" help="Use only '#' marked conserved blocks under CLUSTAL alignment." /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
31 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
32 <param name="remove_gaps" type="boolean" argument="-nogap" truevalue="-nogap" falsevalue="" |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
33 checked="false" label="Remove codons with gaps or in-frame stop codons" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
34 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
35 <param name="remove_mismatches" type="boolean" argument="-nomismatch" truevalue="-nomismatch" falsevalue="" |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
36 checked="false" label="Remove mismatched codons" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
37 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
38 <param name="genetic_code" type="select" argument="-codontable" label="Genetic code"> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
39 <option value="1" selected="true">1: Universal</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
40 <option value="2">2: Vertebrate mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
41 <option value="3">3: Yeast mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
42 <option value="4">4: Mold/Protozoan/Coelenterate mito + Mycoplasma</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
43 <option value="5">5: Invertebrate mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
44 <option value="6">6: Ciliate/Hexamita nuclear</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
45 <option value="9">9: Echinoderm/Flatworm mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
46 <option value="10">10: Euplotid nuclear</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
47 <option value="11">11: Bacterial/Archaeal/Plastid</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
48 <option value="12">12: Alternative yeast nuclear</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
49 <option value="13">13: Ascidian mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
50 <option value="14">14: Alternative flatworm mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
51 <option value="15">15: Blepharisma nuclear</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
52 <option value="16">16: Chlorophycean mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
53 <option value="21">21: Trematode mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
54 <option value="22">22: Scenedesmus obliquus mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
55 <option value="23">23: Thraustochytrium mitochondrial</option> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
56 </param> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
57 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
58 <param name="html_output" type="boolean" truevalue="true" falsevalue="" |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
59 checked="false" label="Add HTML formatted output" help="Produce an additional dataset with PAL2NAL's HTML view." /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
60 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
61 <param name="suppress_stderr" type="boolean" argument="-nostderr" truevalue="-nostderr" falsevalue="" |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
62 checked="false" label="Suppress STDERR messages" help="Hide warning messages (use for automated pipelines)." /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
63 </inputs> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
64 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
65 <outputs> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
66 <data name="output_file" format="txt" label="PAL2NAL codon alignment output"> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
67 <change_format> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
68 <when input="output_format" value="clustal" format="clustal" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
69 <when input="output_format" value="fasta" format="fasta" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
70 <when input="output_format" value="paml" format="phylip" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
71 <when input="output_format" value="codon" format="txt" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
72 </change_format> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
73 </data> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
74 <data name="html_output_file" format="html" label="${tool.name} on ${on_string}: HTML view"> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
75 <filter>html_output</filter> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
76 </data> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
77 </outputs> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
78 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
79 <expand macro="tests" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
80 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
81 <expand macro="help" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
82 |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
83 <expand macro="citations" /> |
|
a2a40f3bfbbd
planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff
changeset
|
84 </tool> |
