annotate compleasm.xml @ 1:79413aecc398 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
author iuc
date Tue, 12 Mar 2024 09:59:05 +0000
parents 07a74537acd5
children 47f9f4d13d2c
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>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
6 <requirements>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
7 <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
8 </requirements>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
9 <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
10
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
11 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
12 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
13
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
14 compleasm run
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
15 -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
16 -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
17 --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
18 -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
19 -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
20
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
21 #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
22 --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
23 #end if
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 ]]></command>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
26 <inputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
27 <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
28 <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
29 <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
30 <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
31 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
32
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
33 <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
34 <sanitizer invalid_char="">
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
35 <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
36 <add value="_" />
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
37 </valid>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
38 </sanitizer>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
39 <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
40 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
41
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
42 <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
43 <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
44 <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
45 <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
46 <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
47 </param>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
48
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
49 <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
50 <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
51 </param>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
52
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
53 <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
54 <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
55 </param>
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
56 </inputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
57
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
58 <outputs>
1
79413aecc398 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 4d89bfa697ebee8a7f87b233e33c7b34649a8ee8
iuc
parents: 0
diff changeset
59 <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
60 <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
61 </data>
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' 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
63 <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
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='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
66 <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
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='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
69 <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
70 </data>
0
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
71 </outputs>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
72
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
73 <tests>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
74 <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
75 <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
76 <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
77 <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
78 <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
79 <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
80 <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
81 <assert_contents>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
82 <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
83 <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
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 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
86 <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
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 <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
89 <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
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 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
92 <output name="miniprot">
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 <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
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="translated_protein">
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="GGWLIGNGGAGGSGAAGVNGGAGGNGGAGGNGGAGG"/>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
100 <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
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 </output>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
103 </test>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
104 </tests>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
105 <help><![CDATA[
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
106
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
107 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
108
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
109 .. _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
110
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 </help>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
113 <expand macro="citation"/>
07a74537acd5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 89b9cc3af83916f8d14911ac3484ad2e35ded0a4
iuc
parents:
diff changeset
114 </tool>