Mercurial > repos > rnateam > mafft
annotate mafft-add.xml @ 14:6f28e90db932 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1570f3a28232b4b88385cdfbb68f79d80ff1dabb
author | bgruening |
---|---|
date | Tue, 31 Oct 2023 15:48:53 +0000 |
parents | aaefa93c2dd2 |
children | bf28a8cff401 |
rev | line source |
---|---|
7
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
14
6f28e90db932
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1570f3a28232b4b88385cdfbb68f79d80ff1dabb
bgruening
parents:
7
diff
changeset
|
2 <tool id="rbc_mafft_add" name="MAFFT add" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
7
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
3 <description>Align a sequence,alignment or fragments to an existing alignment.</description> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
4 <macros> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
5 <import>macros.xml</import> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
6 </macros> |
14
6f28e90db932
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1570f3a28232b4b88385cdfbb68f79d80ff1dabb
bgruening
parents:
7
diff
changeset
|
7 <expand macro="biotools"/> |
6f28e90db932
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit 1570f3a28232b4b88385cdfbb68f79d80ff1dabb
bgruening
parents:
7
diff
changeset
|
8 <expand macro="requirements"/> |
7
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
9 <stdio> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
10 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" /> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
11 <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" /> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
12 </stdio> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
13 <version_command> <![CDATA[ |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
14 mafft --version |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
15 ]]> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
16 </version_command> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
17 <command> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
18 <![CDATA[ |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
19 mafft |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
20 #if $sequences.sequenceType == 'singleseq' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
21 $sequences.preservegap '$inputSequences' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
22 #elif $sequences.sequenceType == 'frags' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
23 --addfragments '$inputSequences' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
24 #elif $sequences.sequenceType == 'group' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
25 --addprofile '$inputSequences' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
26 #end if |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
27 $keeplength $map $reorder |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
28 '$inputAlignment' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
29 > '$outputAlignment' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
30 #if $map == '--mapout' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
31 && mv '${inputSequences}.map' '$outputmap' |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
32 #end if |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
33 ]]> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
34 </command> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
35 <inputs> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
36 <param name="inputSequences" type="data" format="fasta" label="Sequences to add to the alignment" help="Amino acid or nucleotide sequences in FASTA format."/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
37 <param name="inputAlignment" type="data" format="fasta" label="Alignment" help="Amino acid or nucleotide sequences in aligned FASTA format."/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
38 <conditional name="sequences"> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
39 <param name="sequenceType" type="select" label="What do you want to add to the alignment" > |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
40 <option value="singleseq">A single sequence</option> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
41 <option value="frags" selected="true">Fragments</option> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
42 <option value="group">An alignment</option> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
43 </param> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
44 <when value='singleseq'> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
45 <param name="preservegap" type="select" label="Preserve the original alignment" help="Keep the given alignment unchanged (--add .)If not, the aligned letters in the seed alignment are preserved but gaps are not necessarily preserved (--seed)"> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
46 <option value="--add" selected="true" >Yes</option> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
47 <option value="--seed">no</option> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
48 </param> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
49 </when> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
50 <when value='frags'/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
51 <when value='group'/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
52 </conditional> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
53 <param name="keeplength" type="boolean" truevalue="--keeplength" falsevalue="" checked="True" label="Keep alignment length" help="The alignment length is unchanged. Insertions at the additional sequences are deleted" /> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
54 <param name="map" type="boolean" truevalue="--mapout" falsevalue="" checked="False" label="Output a correspondance table of positions (--mapout)" help="Output a correspondence table of positions, sequence.map, between before and after the calculation. The --mapout option automatically turns on the --keeplength option, to keep the numbering of sites in the reference alignment" /> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
55 <param name="reorder" type="boolean" truevalue="" falsevalue="--reorder" checked="True" label="Preserve the original order of sequences (--reorder)" /> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
56 </inputs> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
57 <outputs> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
58 <data format="fasta" name="outputAlignment" label="${tool.name} on ${on_string} : New alignment"/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
59 <data name="outputmap" format="tabular" label="${tool.name} on ${on_string} : Correspondance of positions "> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
60 <filter>map == True</filter> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
61 </data> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
62 </outputs> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
63 <tests> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
64 <test expect_num_outputs="1" > |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
65 <param name="inputSequences" value="add_seq.fa"/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
66 <param name="inputAlignment" value="mafft_fftns_result.aln"/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
67 <param name="sequenceType" value="singleseq"/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
68 <param name="preservegap" value="--add"/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
69 <param name="keeplength" value="--keeplength"/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
70 <param name="map" value=""/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
71 <output name="outputAlignment" ftype="fasta" file="mafft_add_result.aln"/> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
72 </test> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
73 </tests> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
74 <help> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
75 <![CDATA[ |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
76 Add one of more sequences to an existing alignment. The new sequence(s) can be complete, fragments, or another alignement. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
77 |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
78 - Sequences in new_sequences are ungapped and then aligned to existing_alignment. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
79 - new_sequences is a single multi-FASTA format file. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
80 - existing_alignment is a single multi-FASTA format file. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
81 - Gaps in existing_alignment are preserved by default (--add), but it can be deactivated (--seed). In that case the aligned letters in the seed alignment are preserved but gaps are not necessarily preserved. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
82 - The alignment length may be conserved if the --keeplength option is given. The alignment length is unchanged. Insertions at the new sequences are deleted. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
83 - --mapout options output a correspondence table of positions, new_sequences.map, between before and after the calculation. The --mapout option automatically turns on the --keeplength option, to keep the numbering of sites in the reference alignment. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
84 - Omit --reorder to preserve the original sequence order. |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
85 |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
86 ]]> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
87 </help> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
88 <expand macro="citations" /> |
aaefa93c2dd2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit eff9db2cd18c82a7de37851571b8989b48014c71"
rnateam
parents:
diff
changeset
|
89 </tool> |