annotate compleasm.xml @ 2:47f9f4d13d2c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit ae898f7550e37679f70156ce8244b35a31b496de
author iuc
date Mon, 18 Mar 2024 16:05:48 +0000
parents 79413aecc398
children cfec9601b25d
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>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
12 <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
13
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
14 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
15 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
16
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
17 compleasm run
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
18 -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
19 -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
20 --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
21 -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
22 -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
23
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
24 #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
25 --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
26 #end if
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
27
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
28 ]]></command>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
29 <inputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
30 <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
31 <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
32 <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
33 <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
34 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
35
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
36 <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
37 <sanitizer invalid_char="">
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
38 <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
39 <add value="_" />
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
40 </valid>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
41 </sanitizer>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
42 <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
43 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
44
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
45 <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
46 <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
47 <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
48 <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
49 <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
50 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
51
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
52 <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
53 <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
54 </param>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
55
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
56 <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
57 <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
58 </param>
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
59 </inputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
60
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
61 <outputs>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
62 <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
63 <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
64 </data>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
65 <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
66 <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
67 </data>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
68 <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
69 <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
70 </data>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
71 <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
72 <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
73 </data>
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
74 </outputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
75
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
76 <tests>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
77 <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
78 <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
79 <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
80 <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
81 <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
82 <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
83 <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
84 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
85 <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
86 <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
87 </assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
88 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
89 <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
90 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
91 <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
92 <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
93 </assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
94 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
95 <output name="miniprot">
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
96 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
97 <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
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 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
100 <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
101 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
102 <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
103 <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
104 </assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
105 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
106 </test>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
107 </tests>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
108 <help><![CDATA[
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
109
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
110 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
111
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
112 .. _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
113
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 </help>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
116 <expand macro="citation"/>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
117 </tool>