annotate bakta.xml @ 2:debdc1469b41 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
author iuc
date Wed, 21 Dec 2022 20:59:54 +0000
parents da5f1924bb2e
children 865ece5ca178
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
1 <tool id="bakta" name="Bakta" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
2 <description>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
3 genome annotation via alignment-free sequence identification
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
4 </description>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
5 <macros>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
6 <import>macro.xml</import>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
7 </macros>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
8 <expand macro='edam'/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
9 <expand macro='xrefs'/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
10 <expand macro="requirements"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
11 <expand macro="version_command"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
12
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
13 <command detect_errors="aggressive"><![CDATA[
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
14 mkdir ./database_path &&
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
15 ln -s '$(input_option.bakta_db_select.fields.path)/'* database_path &&
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
16 ln -s '$(input_option.amrfinder_db_select.fields.path)' database_path &&
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
17
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
18 bakta
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
19 #*======================================
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
20 CPU option
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
21 ======================================*#
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
22 --threads \${GALAXY_SLOTS:-1}
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
23 #*======================================
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
24 Bakta database
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
25 ======================================*#
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
26 --db ./database_path
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
27 #if $input_option.min_contig_length
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
28 --min-contig-length $input_option.min_contig_length
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
29 #else if $annotation.compliant
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
30 --min-contig-length 200
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
31 #else
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
32 --min-contig-length 1
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
33 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
34 --prefix bakta_output
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
35 #*======================================
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
36 Organism options
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
37 genus/species/strain/plasmid
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
38 ======================================*#
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
39 #if $organism.genus
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
40 --genus '$organism.genus'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
41 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
42 #if $organism.species
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
43 --species '$organism.species'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
44 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
45 #if $organism.strain
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
46 --strain '$organism.strain'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
47 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
48 #if $organism.plasmid
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
49 --plasmid '$organism.plasmid'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
50 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
51 #*======================================
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
52 Annotation options
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
53 gram type, prodigal/protein file
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
54 ======================================*#
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
55 $annotation.complete
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
56 #if $annotation.prodigal
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
57 --prodigal-tf '$annotation.prodigal'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
58 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
59 #if $annotation.translation_table
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
60 --translation-table '$annotation.translation_table'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
61 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
62 #if $annotation.gram
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
63 --gram '$annotation.gram'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
64 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
65 $annotation.keep_contig_headers
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
66 #if $annotation.replicons
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
67 --replicons '$annotation.replicons'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
68 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
69 $annotation.compliant
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
70 #if $annotation.proteins
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
71 --proteins '$annotation.proteins'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
72 #end if
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
73 #*======================================
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
74 Workflow OPTIONS
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
75 skip some step of the bakta analysis
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
76 ======================================*#
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
77
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
78 #echo " ".join($workflow.skip_analysis)
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
79
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
80 #*======================================
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
81 Genome file
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
82 ======================================*#
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
83 '$input_option.input_file'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
84 #*======================================
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
85 LOG file
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
86 ======================================*#
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
87 | tee '$logfile'
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
88 ]]></command>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
89 <inputs>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
90 <!-- DB and file INPUT -->
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
91 <section name="input_option" title="Input/Output options" expanded="true">
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
92 <param name="bakta_db_select" type="select" label="The bakta database">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
93 <options from_data_table="bakta_database">
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
94 <filter type="static_value" value="@BAKTA_VERSION@" column="bakta_version"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
95 <validator message="No bakta database is available" type="no_options"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
96 </options>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
97 </param>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
98 <param name="amrfinder_db_select" type="select" label="The amrfinderplus database">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
99 <options from_data_table="amrfinderplus_database">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
100 <validator message="No amrfinderplus database is available" type="no_options"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
101 </options>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
102 </param>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
103
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
104 <param name="input_file" type="data" format="fasta,fasta.gz" label="Select genome in fasta format"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
105 <param name="min_contig_length" type="integer" optional="true" min="0" label="Minimum contig size" help="Minimum contig size (default = 1; 200 in compliant mode) (--min-contig-length)"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
106 </section>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
107 <!-- Organism INFORMATION OPTIONS -->
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
108 <section name="organism" title="Optional organism options" expanded="false">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
109 <param argument="--genus" type="text" optional="true" label="Specify genus name" help="ex. Escherichia">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
110 <validator type="regex">^[a-zA-Z]+$</validator>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
111 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
112 <param argument="--species" type="text" optional="true" label="Specify species name" help="ex. 'coli O157:H7'">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
113 <validator type="regex">^[a-zA-Z0-9\s(:\-/)]+$</validator>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
114 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
115 <param argument="--strain" type="text" optional="true" label="Specify strain name" help="ex. Sakai">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
116 <validator type="regex">^[a-zA-Z]+$</validator>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
117 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
118 <param argument="--plasmid" type="text" optional="true" label="Specify plasmid name" help="ex. pOSAK1">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
119 <validator type="regex">^[a-zA-Z0-9\s(:\-/)]+$</validator>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
120 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
121 </section>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
122 <!-- ANNOTATION -->
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
123 <section name="annotation" title="Optional annotation">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
124 <param argument="--complete" type="boolean" truevalue="--complete" falsevalue="" label="Complete replicons" help="All sequences are complete replicons (chromosome/plasmid[s])"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
125 <param argument="--prodigal" type="data" format="txt" optional="true" label="Prodigal file" help="Prodigal training file for CDS prediction"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
126 <param name="translation_table" type="select" optional="true" label="Translation table" help="Default is the bacterial table 11">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
127 <option value="4">4 Mold, Protozoan, and Coelenterate Mitochondrial Code and the Mycoplasma/Spiroplasma Code</option>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
128 <option value="11" selected="true">11 Bacterial, Archaeal and Plant Plastid Code</option>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
129 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
130 <param argument="--gram" type="select" optional="true" label="Gram type for signal peptide predictions" help="Gram type +/- or unknown. Default: unknown">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
131 <option value="+">Gram+</option>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
132 <option value="-">Gram-</option>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
133 <option value="?" selected="true">Unknown</option>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
134 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
135 <param name="keep_contig_headers" type="boolean" truevalue="--keep-contig-headers" falsevalue="" label="Keep original contig header (--keep-contig-headers)"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
136 <param argument="--replicons" type="data" format="tsv,csv" optional="true" label="Replicon information table (tsv/csv)" help=""/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
137 <param argument="--compliant" type="boolean" truevalue="--compliant" falsevalue="" label="Force Genbank/ENA/DDJB compliance"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
138 <param argument="--proteins" type="data" format="fasta" optional="true" label="Protein fasta file" help="Fasta file of trusted protein sequences for CDS annotation"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
139 </section>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
140 <!-- PARAMETER FOR WORKFLOW ANALYSIS -->
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
141 <section name="workflow" title="Workflow option to skip steps">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
142 <param name="skip_analysis" type="select" display="checkboxes" multiple="true" label="Select steps to skip">
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
143 <option value="--skip-trna"> Skip tRNA detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
144 <option value="--skip-tmrna"> Skip tmRNA detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
145 <option value="--skip-rrna"> Skip rRNA detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
146 <option value="--skip-ncrna"> Skip ncRNA detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
147 <option value="--skip-ncrna-region"> Skip ncRNA region detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
148 <option value="--skip-crispr"> Skip CRISPR array detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
149 <option value="--skip-cds"> Skip CDS detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
150 <option value="--skip-pseudo"> Skip pseudogene detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
151 <option value="--skip-sorf"> Skip sORF detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
152 <option value="--skip-gap"> Skip gap detection and annotation </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
153 <option value="--skip-ori"> Skip oriC/oriT detection and annotation </option>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
154 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
155 </section>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
156 <section name="output_files" title="Selection of the output files">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
157 <param name="output_selection" type="select" display="checkboxes" multiple="true" label="Output files selection">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
158 <option value="file_tsv" selected="true"> Annotation file in TSV </option>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
159 <option value="file_gff3" selected="true"> Annotation and sequence in GFF3 </option>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
160 <option value="file_gbff" selected="false"> Annotations and sequences in GenBank format </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
161 <option value="file_embl" selected="false"> Annotations and sequences in EMBL format </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
162 <option value="file_fna" selected="false"> Replicon/contig DNA sequences as FASTA </option>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
163 <option value="file_ffn" selected="true"> Feature nucleotide sequences as FASTA </option>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
164 <option value="file_faa" selected="false"> CDS/sORF amino acid sequences as FASTA </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
165 <option value="hypo_tsv" selected="false"> Hypothetical protein CDS in TSV</option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
166 <option value="hypo_fa" selected="false"> Hypothetical protein CDS amino sequences as FASTA</option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
167 <option value="sum_txt" selected="false"> Summary as TXT</option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
168 <option value="file_json" selected="false"> Information on each annotated feature as JSON </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
169 <option value="file_plot" selected="true"> Plot of the annotation result as SVG </option>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
170 <option value="log_txt" selected="false"> Log file as TXT </option>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
171 </param>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
172 </section>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
173
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
174 </inputs>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
175 <outputs>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
176 <data name="annotation_tsv" format="tabular" from_work_dir="bakta_output.tsv" label="${tool.name} on ${on_string}: annotation_summary">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
177 <filter> output_files['output_selection'] and "file_tsv" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
178 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
179 <data name="annotation_gff3" format="gff3" from_work_dir="bakta_output.gff3" label="${tool.name} on ${on_string}: Annotation_and_sequences">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
180 <filter> output_files['output_selection'] and "file_gff3" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
181 </data>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
182 <data name="annotation_gbff" format="tabular" from_work_dir="bakta_output.gbff" label="${tool.name} on ${on_string}: bakta_output.gbff">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
183 <filter> output_files['output_selection'] and "file_gbff" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
184 </data>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
185 <data name="annotation_embl" format="tabular" from_work_dir="bakta_output.embl" label="${tool.name} on ${on_string}: bakta_output.embl">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
186 <filter> output_files['output_selection'] and "file_embl" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
187 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
188 <data name="annotation_fna" format="fasta" from_work_dir="bakta_output.fna" label="${tool.name} on ${on_string}: Contig_sequences">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
189 <filter> output_files['output_selection'] and "file_fna" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
190 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
191 <data name="annotation_ffn" format="fasta" from_work_dir="bakta_output.ffn" label="${tool.name} on ${on_string}: Nucleotide_sequences">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
192 <filter> output_files['output_selection'] and "file_ffn" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
193 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
194 <data name="annotation_faa" format="fasta" from_work_dir="bakta_output.faa" label="${tool.name} on ${on_string}: Amino_acid_sequences">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
195 <filter> output_files['output_selection'] and "file_faa" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
196 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
197 <data name="hypotheticals_tsv" format="tabular" from_work_dir="bakta_output.hypotheticals.tsv" label="${tool.name} on ${on_string}: hypothetical_annotation_summary">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
198 <filter> output_files['output_selection'] and "hypo_tsv" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
199 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
200 <data name="hypotheticals_faa" format="fasta" from_work_dir="bakta_output.hypotheticals.faa" label="${tool.name} on ${on_string}: hypothetical_amino_acid_sequences">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
201 <filter> output_files['output_selection'] and "hypo_fa" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
202 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
203 <data name="summary_txt" format="txt" from_work_dir="bakta_output.txt" label="${tool.name} on ${on_string}: Analysis_summary">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
204 <filter> output_files['output_selection'] and "sum_txt" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
205 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
206 <data name="annotation_json" format="json" from_work_dir="bakta_output.json" label="${tool.name} on ${on_string}: annotation_machine_readable">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
207 <filter> output_files['output_selection'] and "file_json" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
208 </data>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
209 <data name="annotation_plot" format="svg" from_work_dir="bakta_output.svg" label="${tool.name} on ${on_string}: Plot of the annotation">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
210 <filter> output_files['output_selection'] and "file_plot" in output_files['output_selection'] </filter>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
211 </data>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
212 <data name="logfile" format="txt" label="${tool.name} on ${on_string}: log file">
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
213 <filter> output_files['output_selection'] and "log_txt" in output_files['output_selection'] </filter>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
214 </data>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
215 </outputs>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
216 <tests>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
217 <test expect_num_outputs="13"> <!-- TEST_1 database + input -->
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
218 <section name="input_option" >
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
219 <param name="bakta_db_select" value="V0.1_2022-08-29"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
220 <param name="amrfinder_db_select" value="V3.6-2020-03-20.1"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
221 <param name="input_file" value="NC_002127.1.fna"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
222 <param name="min_contig_length" value="250"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
223 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
224 <section name="output_files">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
225 <param name="output_selection" value="file_tsv,file_gff3,file_gbff,file_embl,file_fna,file_ffn,file_faa,hypo_tsv,hypo_fa,sum_txt,file_json,file_plot,log_txt"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
226 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
227 <output name="annotation_tsv" value="TEST_1/TEST_1.tsv" lines_diff="2"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
228 <output name="annotation_gff3" value="TEST_1/TEST_1.gff3" lines_diff="2"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
229 <output name="annotation_gbff" value="TEST_1/TEST_1.gbff" lines_diff="8"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
230 <output name="annotation_embl" value="TEST_1/TEST_1.embl" lines_diff="6"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
231 <output name="annotation_fna" value="TEST_1/TEST_1.fna"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
232 <output name="annotation_ffn" value="TEST_1/TEST_1.ffn"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
233 <output name="annotation_faa" value="TEST_1/TEST_1.faa"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
234 <output name="hypotheticals_tsv" value="TEST_1/TEST_1.hypotheticals.tsv" lines_diff="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
235 <output name="hypotheticals_faa" value="TEST_1/TEST_1.hypotheticals.faa"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
236 <output name="summary_txt" value="TEST_1/TEST_1.txt" lines_diff="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
237 <output name="annotation_plot">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
238 <assert_contents>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
239 <has_size value="418991" delta="1000"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
240 </assert_contents>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
241 </output>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
242
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
243 <output name="annotation_json" value="TEST_1/TEST_1.json" lines_diff="6"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
244 <output name="logfile" value="TEST_1/TEST_1.log" lines_diff="6"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
245 </test>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
246 <test expect_num_outputs="4"> <!-- TEST_2 another input, add organism info some annotations and skip 2 steps -->
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
247 <section name="input_option" >
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
248 <param name="bakta_db_select" value="V0.1_2022-08-29"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
249 <param name="amrfinder_db_select" value="V3.6-2020-03-20.1"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
250 <param name="input_file" value="NC_002127.1.fna"/>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
251 <param name="min_contig_length" value="250"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
252 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
253 <section name="organism">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
254 <param name="genus" value="Escherichia"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
255 <param name="species" value="coli O157:H7"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
256 <param name="strain" value="Sakai"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
257 <param name="plasmid" value="pOSAK1"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
258 </section>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
259 <section name="annotation">
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
260 <param name="--gram" value="-"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
261 <param name="keep_contig_headers" value="true"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
262 </section>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
263 <section name="workflow">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
264 <param name="skip_analysis" value="--skip-trna,--skip-tmrna"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
265 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
266 <output name="annotation_tsv" value="TEST_2/TEST_2.tsv" lines_diff="4">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
267 <assert_contents>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
268 <has_text_matching expression="IHHALP_00005"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
269 </assert_contents>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
270 </output>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
271 <output name="annotation_gff3" value="TEST_2/TEST_2.gff3" lines_diff="4">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
272 <assert_contents>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
273 <has_text_matching expression="ID=NC_002127.1;Name=NC_002127.1;Is_circular=true"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
274 </assert_contents>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
275 </output>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
276 <output name="annotation_ffn" value="TEST_2/TEST_2.ffn"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
277 <output name="annotation_plot">
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
278 <assert_contents>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
279 <has_size value="418991" delta="1000"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
280 </assert_contents>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
281 </output>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
282 </test>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
283 <test expect_num_outputs="4"> <!-- TEST_3 test all skip steps -->
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
284 <section name="input_option" >
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
285 <param name="bakta_db_select" value="V0.1_2022-08-29"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
286 <param name="amrfinder_db_select" value="V3.6-2020-03-20.1"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
287 <param name="input_file" value="NC_002127.1.fna"/>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
288 <param name="min_contig_length" value="350"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
289 </section>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
290 <section name="workflow">
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
291 <param name="skip_analysis" value="--skip-trna,--skip-tmrna,--skip-rrna,--skip-ncrna,--skip-ncrna-region,--skip-crispr,--skip-cds,--skip-sorf,--skip-gap,--skip-ori"/>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
292 </section>
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
293 <output name="annotation_tsv" value="TEST_3/TEST_3.tsv" lines_diff="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
294 <output name="annotation_gff3" value="TEST_3/TEST_3.gff3" lines_diff="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
295 <output name="annotation_ffn" value="TEST_3/TEST_3.ffn"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
296 <output name="annotation_plot">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
297 <assert_contents>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
298 <has_size value="418399" delta="1000"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
299 </assert_contents>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
300 </output>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
301 </test>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
302 <test expect_num_outputs="4"> <!-- TEST_4 annotations -->
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
303 <section name="input_option" >
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
304 <param name="bakta_db_select" value="V0.1_2022-08-29"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
305 <param name="amrfinder_db_select" value="V3.6-2020-03-20.1"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
306 <param name="input_file" value="NC_002127.1.fna"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
307 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
308 <section name="annotation">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
309 <param name="complete" value="true"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
310 <param name="prodigal" value="prodigal.tf"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
311 <param name="translation_table" value="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
312 <param name="replicons" value="replicons.tsv"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
313 <param name="compliant" value="true"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
314 <param name="proteins" value="user-proteins.faa"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
315 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
316 <output name="annotation_tsv" value="TEST_4/TEST_4.tsv" lines_diff="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
317 <output name="annotation_gff3" value="TEST_4/TEST_4.gff3" lines_diff="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
318 <output name="annotation_ffn" value="TEST_4/TEST_4.ffn"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
319 <output name="annotation_plot">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
320 <assert_contents>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
321 <has_size value="418399" delta="1000"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
322 </assert_contents>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
323 </output>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
324 </test>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
325 <test expect_num_outputs="2"> <!-- TEST_5 skip all steps and keep only the logfile and summary -->
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
326 <section name="input_option" >
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
327 <param name="bakta_db_select" value="V0.1_2022-08-29"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
328 <param name="amrfinder_db_select" value="V3.6-2020-03-20.1"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
329 <param name="input_file" value="NC_002127.1.fna"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
330 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
331 <section name="annotation">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
332 <param name="complete" value="true"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
333 <param name="translation_table" value="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
334 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
335 <section name="workflow">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
336 <param name="skip_analysis" value="--skip-trna,--skip-tmrna,--skip-rrna,--skip-ncrna,--skip-ncrna-region,--skip-crispr,--skip-cds,--skip-sorf,--skip-gap,--skip-ori"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
337 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
338 <section name="output_files">
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
339 <param name="output_selection" value="log_txt,sum_txt"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
340 </section>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
341 <output name="logfile" value="TEST_5/TEST_5.log" lines_diff="6"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
342 <output name="summary_txt" value="TEST_5/TEST_5.txt" lines_diff="4"/>
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
343 </test>
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
344 </tests>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
345 <help><![CDATA[**What it does**
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
346 Bakta is a tool for the rapid & standardized annotation of bacterial genomes and plasmids from both isolates and MAGs.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
347
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
348 *Comprehensive & taxonomy-independent database*
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
349 Bakta provides a large and taxonomy-independent database using UniProt's entire UniRef protein sequence cluster universe.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
350
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
351 *Protein sequence identification*
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
352 Bakta exactly identifies known identical protein sequences (IPS) from RefSeq and UniProt
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
353 allowing the fine-grained annotation of gene alleles (AMR) or closely related but distinct protein families.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
354 This is achieved via an alignment-free sequence identification (AFSI) approach
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
355 using full-length MD5 protein sequence hash digests.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
356 *Small proteins/short open reading frames*
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
357 Bakta detects and annotates small proteins/short open reading frames (sORF).
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
358
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
359 *Expert annotation systems*
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
360 To provide high quality annotations for certain proteins of higher interest, e.g. AMR & VF genes,
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
361 Bakta includes & merges different expert annotation systems.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
362 Currently, Bakta uses NCBI's AMRFinderPlus for AMR gene annotations
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
363 as well as an generalized protein sequence expert system with distinct
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
364 coverage, identity and priority values for each sequence, currenlty comprising the VFDB as well as NCBI's BlastRules.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
365
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
366 *Comprehensive workflow*
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
367 Bakta annotates ncRNA cis-regulatory regions, oriC/oriV/oriT
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
368 and assembly gaps as well as standard feature types: tRNA, tmRNA, rRNA, ncRNA genes, CRISPR, CDS.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
369
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
370 *GFF3 & INSDC conform annotations*
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
371 Bakta writes GFF3 and INSDC-compliant (Genbank & EMBL) annotation files ready for submission
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
372 (checked via GenomeTools GFF3Validator, table2asn_GFF and ENA Webin-CLI for GFF3 and EMBL file formats,
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
373 respectively for representative genomes of all ESKAPE species).
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
374
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
375 *Bacteria & plasmids*
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
376 Bakta was designed to annotate bacteria (isolates & MAGs) and plasmids, only.
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
377
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
378 **Input options**
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
379 1. Choose a genome or assembly in fasta format to use bakta annotations
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
380 2. Choose A version of the Bakta database
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
381
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
382 **Organism options**
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
383 You can specify informations about analysed fasta as text input for:
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
384 - genus
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
385 - species
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
386 - strain
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
387 - plasmid
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
388
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
389 **Annotation options**
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
390 1. You can specify if all sequences (chromosome or plasmids) are complete or not
2
debdc1469b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
iuc
parents: 1
diff changeset
391 2. You can add your own prodigal training file for CDS predictionœ
0
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
392 3. The translation table could be modified, default is the 11th for bacteria
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
393 4. You can specify if bacteria is gram -/+ or unknonw (default value unknow)
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
394 5. You can keep the name of contig present in the input file
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
395 6. You can specify your own replicon table as a TSV/CSV file
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
396 7. The compliance option is for ready to submit annotation file to Public database
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
397 as ENA, Genbank EMBL
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
398 8. You can specify a protein sequence file for annotation in GenBank or fasta formats
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
399 Using the Fasta format, each reference sequence can be provided in a short or long format:
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
400
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
401 # short:
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
402 >id gene~~~product~~~dbxrefs
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
403 MAQ...
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
404
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
405 # long:
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
406 >id min_identity~~~min_query_cov~~~min_subject_cov~~~gene~~~product~~~dbxrefs
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
407 MAQ...
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
408
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
409 **Skip steps**
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
410 Some steps could be skiped:
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
411 - skip-trna Skip tRNA detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
412 - skip-tmrna Skip tmRNA detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
413 - skip-rrna Skip rRNA detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
414 - skip-ncrna Skip ncRNA detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
415 - skip-ncrna-region Skip ncRNA region detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
416 - skip-crispr Skip CRISPR array detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
417 - skip-cds Skip CDS detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
418 - skip-pseudo Skip pseudogene detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
419 - skip-sorf Skip sORF detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
420 - skip-gap Skip gap detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
421 - skip-ori Skip oriC/oriT detection & annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
422
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
423 **Output options**
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
424 Bakta produce numbers of output files, you can select what type of file you want:
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
425 - Summary of the annotation
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
426 - Annotated files
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
427 - Sequence files for nucleotide and/or amino acid
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
428 ]]></help>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
429 <expand macro="citations"/>
1a27ad3d0cdf planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
iuc
parents:
diff changeset
430 </tool>