annotate compleasm.xml @ 3:cfec9601b25d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit b09070d4fd61533d2c46ae0aeaef8e03d79e4677
author iuc
date Mon, 25 Mar 2024 20:49:38 +0000
parents 47f9f4d13d2c
children 8f20a5b9b282
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
1 <tool id="compleasm" name="compleasm" version="@TOOL_VERSION@+galaxy0" profile="20.01">
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'
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
24
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
25 #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
26 --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
27 #end if
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
28
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
29 ]]></command>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
30 <inputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
31 <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
32 <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
33 <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
34 <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
35 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
36
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
37 <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
38 <sanitizer invalid_char="">
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
39 <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
40 <add value="_" />
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
41 </valid>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
42 </sanitizer>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
43 <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
44 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
45
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
46 <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
47 <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
48 <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
49 <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
50 <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
51 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
52
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
53 <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
54 <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
55 </param>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
56
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
57 <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
58 <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
59 </param>
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
60 </inputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
61
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
62 <outputs>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
63 <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
64 <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
65 </data>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
66 <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
67 <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
68 </data>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
69 <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
70 <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
71 </data>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
72 <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
73 <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
74 </data>
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
75 </outputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
76
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
77 <tests>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
78 <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
79 <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
80 <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
81 <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
82 <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
83 <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
84 <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
85 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
86 <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
87 <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
88 </assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
89 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
90 <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
91 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
92 <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
93 <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
94 </assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
95 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
96 <output name="miniprot">
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
97 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
98 <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
99 </assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
100 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
101 <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
102 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
103 <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
104 <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
105 </assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
106 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
107 </test>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
108 </tests>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
109 <help><![CDATA[
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
110
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
111 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
112
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
113 .. _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
114
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 </help>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
117 <expand macro="citation"/>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
118 </tool>