annotate prodigal.xml @ 0:91791b6ecd38 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
author iuc
date Thu, 14 Mar 2024 16:49:04 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
1 <tool id="prodigal" name="Prodigal Gene Predictor" version="@VERSION@+galaxy0" profile="22.05">
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
2 <description>A tool for gene prediction in microbial genomes</description>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
3 <macros>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
4 <token name="@VERSION@">2.6.3</token>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
5 </macros>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
6 <xrefs>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
7 <xref type="bio.tools">prodigal</xref>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
8 </xrefs>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
9 <requirements>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
10 <requirement type="package" version="@VERSION@">prodigal</requirement>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
11 </requirements>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
13 prodigal
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
14 -i '$input_fa'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
15 #if $input_train
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
16 -t '$input_train'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
17 #end if
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
18 -o '$output'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
19 -f '$out_format'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
20 -p '$procedure'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
21 -g '$trans_table'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
22 -a '$output_faa'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
23 -d '$output_fnn'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
24 -s '$output_start'
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
25 $closed
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
26 $force_nonsd
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
27 $masked_seq
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
28 ]]></command>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
29 <inputs>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
30 <param type="data" name="input_fa" format="fasta" label="Specify input file" help="-i" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
31 <param type="data" name="input_train" format="fasta" label="Specify training file" optional="true" help="Read and use the specified training file (-t)" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
32 <param type="select" name="out_format" label="Specify output format" help="-f" >
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
33 <option value="gbk" selected="true">GBK (default)</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
34 <option value="gff">GFF</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
35 <option value="sqn">SQN</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
36 <option value="sco">SCO</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
37 </param>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
38 <param type="select" name="procedure" label="Specify mode" help="-p" >
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
39 <option value="single" selected="true">Single : Single genome, any number of
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
40 sequences (default)</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
41 <option value="meta">Meta : Anonymous sequences, analyze
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
42 using preset training files, ideal for metagenomic data or single short sequences</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
43 </param>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
44 <param type="select" name="trans_table" label="Specify a translation table to use" help="-g" >
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
45 <option value="11">11 : Standard Bacteria/Archaea (default)</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
46 <option value="4">4 : Mycoplasma/Spiroplasma</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
47 <option value="#"># : Other genetic codes 1-25</option>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
48 </param>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
49 <param name="closed" type="boolean" label="Closed ends" truevalue="-c" falsevalue="" optional="true" help="Closed ends. Do not allow partial genes
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
50 at edges of sequence (-c)" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
51 <param name="force_nonsd" type="boolean" label="Force Prodigal to scan for
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
52 motifs" truevalue="-n" falsevalue="" optional="true" help="Do not use the Shine-Dalgarno RBS finder and instead force Prodigal to scan for motifs (-n)" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
53 <param name="masked_seq" type="boolean" label="Treat runs of N as masked sequence" truevalue="-m" falsevalue="" optional="true" help="Treat runs of N as masked sequence; don't build genes across them (-m)" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
54 </inputs>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
55 <outputs>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
56 <data name="output" format="genbank" label="${tool.name} on ${on_string} : coordinates">
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
57 <change_format>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
58 <when input="out_format" value="gff" format="gff3" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
59 <when input="out_format" value="sqn" format="asn1" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
60 <when input="out_format" value="sco" format="genbank" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
61 </change_format>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
62 </data>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
63 <data name="output_faa" format="fasta" label="${tool.name} on ${on_string} : protein translations file" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
64 <data name="output_fnn" format="fasta" label="${tool.name} on ${on_string} : nucleotide sequences file" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
65 <data name="output_start" format="tabular" label="${tool.name} on ${on_string} : complete starts file" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
66 </outputs>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
67 <tests>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
68 <test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
69 <param name="input_fa" value="input.fna"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
70 <output name="output" file="output"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
71 </test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
72 <test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
73 <param name="input_fa" value="input.fna"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
74 <output name="output" file="output" ftype="genbank"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
75 <output name="output_faa" file="output.faa"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
76 <output name="output_fnn" file="output.fnn"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
77 <output name="output_start" file="output.start"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
78 </test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
79 <test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
80 <param name="input_fa" value="input.fna"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
81 <param name="out_format" value="gff"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
82 <output name="output" file="output.gff" ftype="gff3" />
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
83 <output name="output_faa" file="output.faa"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
84 <output name="output_fnn" file="output.fnn"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
85 <output name="output_start" file="output.start"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
86 </test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
87 <test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
88 <param name="input_fa" value="input.fna"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
89 <param name="trans_table" value="4"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
90 <output name="output" file="output_tt" ftype="genbank"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
91 <output name="output_faa" file="output_tt.faa"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
92 <output name="output_fnn" file="output_tt.fnn"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
93 <output name="output_start" file="output_tt.start"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
94 </test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
95 <test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
96 <param name="input_fa" value="input.fna"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
97 <param name="procedure" value="single"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
98 <param name="closed" value="true"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
99 <param name="force_nonsd" value="true"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
100 <param name="masked_seq" value="true"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
101 <output name="output" file="output_c_n_m" ftype="genbank"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
102 <output name="output_faa" file="output_c_n_m.faa"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
103 <output name="output_fnn" file="output_c_n_m.fnn"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
104 <output name="output_start" file="output_c_n_m.start"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
105 </test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
106 <test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
107 <param name="input_fa" value="input.fna"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
108 <param name="input_train" value="train_file.trn"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
109 <output name="output" file="output_train" ftype="genbank"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
110 <output name="output_faa" file="output_train.faa"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
111 <output name="output_fnn" file="output_train.fnn"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
112 <output name="output_start" file="output_train.start"/>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
113 </test>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
114 </tests>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
115 <help><![CDATA[
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
116
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
117 Fast, reliable protein-coding gene prediction for prokaryotic genomes.
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
118
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
119 Features:
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
120 * Predicts protein-coding genes: Prodigal provides fast, accurate protein-coding gene predictions in GFF3, Genbank, or Sequin table format.
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
121 * Handles draft genomes and metagenomes: Prodigal runs smoothly on finished genomes, draft genomes, and metagenomes.
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
122 * Runs quickly: Prodigal analyzes the E. coli K-12 genome in 10 seconds on a modern MacBook Pro.
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
123 * Runs unsupervised: Prodigal is an unsupervised machine learning algorithm. It does not need to be provided with any training data, and instead automatically learns the properties of the genome from the sequence itself, including RBS motif usage, start codon usage, and coding statistics.
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
124 * Handles gaps and partial genes: The user can specify if Prodigal should build genes across runs of N's as well as how to handle genes at the edges of contigs.
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
125 * Identifies translation initiation sites: Prodigal predicts the correct translation initiation site for most genes, and can output information about every potential start site in the genome, including confidence score, RBS motif, and much more.
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
126
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
127 ]]></help>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
128 <citations>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
129 <citation type="doi">10.1186/1471-2105-11-119</citation>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
130 </citations>
91791b6ecd38 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/prodigal commit fc5c69375318ffee0a71a69378d51c97003427b6
iuc
parents:
diff changeset
131 </tool>