Mercurial > repos > iuc > compleasm
annotate compleasm.xml @ 4:8f20a5b9b282 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 025282d56217bb501fcae8500546dec4ddf63949
author | iuc |
---|---|
date | Wed, 24 Jul 2024 17:43:14 +0000 |
parents | cfec9601b25d |
children |
rev | line source |
---|---|
4
8f20a5b9b282
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 025282d56217bb501fcae8500546dec4ddf63949
iuc
parents:
3
diff
changeset
|
1 <tool id="compleasm" name="compleasm" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
2 <description>completeness of genome assemblies</description> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
3 <macros> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
5 </macros> |
2
47f9f4d13d2c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit ae898f7550e37679f70156ce8244b35a31b496de
iuc
parents:
1
diff
changeset
|
6 <xrefs> |
47f9f4d13d2c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit ae898f7550e37679f70156ce8244b35a31b496de
iuc
parents:
1
diff
changeset
|
7 <xref type="bio.tools">compleasm</xref> |
47f9f4d13d2c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit ae898f7550e37679f70156ce8244b35a31b496de
iuc
parents:
1
diff
changeset
|
8 </xrefs> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
9 <requirements> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
10 <requirement type="package" version="@TOOL_VERSION@">compleasm</requirement> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
11 </requirements> |
3
cfec9601b25d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit b09070d4fd61533d2c46ae0aeaef8e03d79e4677
iuc
parents:
2
diff
changeset
|
12 <version_command>compleasm --version</version_command> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
13 <command><![CDATA[ |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
14 |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
15 mkdir -p galaxy_db && |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
16 cp -r '${busco_database.fields.path}/lineages/${lineage_dataset}/' 'galaxy_db/' && |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
17 |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
18 compleasm run |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
19 -a '$input' |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
20 -o galaxy_output |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
21 --mode $mode |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
22 -L 'galaxy_db' |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
23 -l '$lineage_dataset' |
4
8f20a5b9b282
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 025282d56217bb501fcae8500546dec4ddf63949
iuc
parents:
3
diff
changeset
|
24 -t "\${GALAXY_SLOTS:-1}" |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
25 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
26 #if str($specified_contigs) != '': |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
27 --specified_contigs '$specified_contigs' |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
28 #end if |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
29 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
30 ]]></command> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
31 <inputs> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
32 <param argument="-a" name="input" type="data" format="fasta" label="Input genome file"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
33 <param name="mode" type="select" label="The mode of evaluation" help="If you want to use hmmsearch, select BUSCO mode. Otherwise, select lite mode"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
34 <option value="busco" selected="true">BUSCO</option> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
35 <option value="lite">Lite</option> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
36 </param> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
37 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
38 <param argument="--specified_contigs" type="text" label="Specify the contigs to be evaluated" optional="true" help="e.g. chr1 chr2 chr3. If not specified, all contigs will be evaluated"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
39 <sanitizer invalid_char=""> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
40 <valid initial="string.letters,string.digits"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
41 <add value="_" /> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
42 </valid> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
43 </sanitizer> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
44 <validator type="regex">[0-9a-zA-Z_ ]+</validator> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
45 </param> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
46 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
47 <param name="outputs" type="select" multiple="true" label="Which outputs should be generated"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
48 <option value="full_table_busco" selected="true">full busco table</option> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
49 <option value="full_table">full table</option> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
50 <option value="miniprot">miniprot</option> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
51 <option value="translated_protein">translated proteins</option> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
52 </param> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
53 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
54 <param name="busco_database" label="Choose the BUSCO database to be used" type="select" multiple="false"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
55 <options from_data_table="busco_database"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
56 </param> |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
57 |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
58 <param name="lineage_dataset" type="select" label="Lineage"> |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
59 <expand macro="lineages"/> |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
60 </param> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
61 </inputs> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
62 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
63 <outputs> |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
64 <data name='full_table_busco' format='tsv' label="${tool.name} on ${on_string}: full table BUSCO" from_work_dir="galaxy_output/*_odb10/full_table_busco_format.tsv"> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
65 <filter>outputs and 'full_table_busco' in outputs</filter> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
66 </data> |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
67 <data name='full_table' format='tsv' label="${tool.name} on ${on_string}: full table" from_work_dir="galaxy_output/*_odb10/full_table.tsv"> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
68 <filter>outputs and 'full_table' in outputs</filter> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
69 </data> |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
70 <data name='miniprot' format='gff3' label="${tool.name} on ${on_string}: Miniprot" from_work_dir="galaxy_output/*_odb10/miniprot_output.gff"> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
71 <filter>outputs and 'miniprot' in outputs</filter> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
72 </data> |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
73 <data name='translated_protein' format='fasta' label="${tool.name} on ${on_string}: Translated protein" from_work_dir="galaxy_output/*_odb10/translated_protein.fasta"> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
74 <filter>outputs and 'translated_protein' in outputs</filter> |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
75 </data> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
76 </outputs> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
77 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
78 <tests> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
79 <test expect_num_outputs="4"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
80 <param name="input" value="small_genome.fasta"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
81 <param name="mode" value="busco"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
82 <param name="outputs" value="full_table_busco,full_table,miniprot,translated_protein"/> |
1
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
83 <param name="busco_database" value="eukaryota_odb10"/> |
79413aecc398
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents:
0
diff
changeset
|
84 <param name="lineage_dataset" value="eukaryota_odb10"/> |
0
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
85 <output name="full_table_busco"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
86 <assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
87 <has_text text="Busco id"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
88 <has_text text="Missing"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
89 </assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
90 </output> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
91 <output name="full_table"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
92 <assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
93 <has_text text="Gene"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
94 <has_text text="Missing"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
95 </assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
96 </output> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
97 <output name="miniprot"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
98 <assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
99 <has_text text="##gff-version 3"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
100 </assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
101 </output> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
102 <output name="translated_protein"> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
103 <assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
104 <has_text text="GGWLIGNGGAGGSGAAGVNGGAGGNGGAGGNGGAGG"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
105 <has_text text="AAVFADRGAHVVLAVRNLEKGNAARARIMAARPGAHVTLQQLDLCSLDSVRAAADALRTAYPRIDVLINNAGVMW"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
106 </assert_contents> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
107 </output> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
108 </test> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
109 </tests> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
110 <help><![CDATA[ |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
111 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
112 compleasm_ assesses genome completeness based on genome assembly. |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
113 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
114 .. _compleasm: https://github.com/huangnengCSU/compleasm |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
115 |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
116 ]]> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
117 </help> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
118 <expand macro="citation"/> |
07a74537acd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff
changeset
|
119 </tool> |