annotate fraggenescan.xml @ 1:2dfb2fba4081 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
author iuc
date Wed, 20 Jul 2022 10:41:48 +0000
parents 1f0a3e4497d4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
1 <tool id="fraggenescan" name="FragGeneScan" version="@WRAPPER_VERSION@.0">
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
2 <description>for finding (fragmented) genes in short reads</description>
1
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
3 <xrefs>
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
4 <xref type="bio.tools">fraggenescan</xref>
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
5 </xrefs>
0
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
6 <macros>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
7 <token name="@WRAPPER_VERSION@">1.30</token>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
8 </macros>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
9 <requirements>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
10 <requirement type="package" version="@WRAPPER_VERSION@">fraggenescan</requirement>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
11 </requirements>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
12 <version_command>@WRAPPER_VERSION@</version_command>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
13 <command detect_errors="aggressive"><![CDATA[
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
14 run_FragGeneScan.pl
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
15 -genome='$genome'
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
16 -out="output_file_name"
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
17 -complete='$complete'
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
18 -train='$train'
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
19 -thread=\${GALAXY_SLOTS:-4}
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
20 ]]></command>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
21 <inputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
22 <param argument="-genome" type="data" format="fasta" label="Input equence file"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
23 <param argument="-complete" type="boolean" truevalue="1" falsevalue="0" label="Does the sequence file have complete genomic sequences?"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
24 <param argument="-train" type="select" label="Model">
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
25 <option value="454_5">454 pyrosequencing reads with about 0.5% error rate (454_5)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
26 <option value="454_10">454 pyrosequencing reads with about 1% error rate (454_10)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
27 <option value="454_30">454 pyrosequencing reads with about 3% error rate (454_30)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
28 <option value="complete">complete genomic sequences or short sequence reads without sequencing error (complete)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
29 <option value="gene">gene</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
30 <option value="illumina_1">Illumina sequencing reads with about 0.01% error rate (illumina_1)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
31 <option value="illumina_5">Illumina sequencing reads with about 0.5% error rate (illumina_5)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
32 <option value="illumina_10">Illumina sequencing reads with about 1% error rate (illumina_10)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
33 <option value="noncoding">noncoding</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
34 <option value="pwm">pwm</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
35 <option value="rgene">rgene</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
36 <option value="sanger_5">Sanger sequencing reads with about 0.5% error rate (sanger_5)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
37 <option value="sanger_10">Sanger sequencing reads with about 1% error rate (sanger_10)</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
38 <option value="start">start</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
39 <option value="start1">start1</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
40 <option value="stop">stop</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
41 <option value="stop1">stop1</option>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
42 </param>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
43 </inputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
44 <outputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
45 <data name="coord" format="tabular" from_work_dir="output_file_name.out" label="${tool.name} on ${on_string}: Coordinates of putative genes"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
46 <data name="nt_seq" format="fasta" from_work_dir="output_file_name.ffn" label="${tool.name} on ${on_string}: Nucleotide equences of putative genes"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
47 <data name="prot_seq" format="fasta" from_work_dir="output_file_name.faa" label="${tool.name} on ${on_string}: Protein equences of putative genes"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
48 <data name="gff" format="gff" from_work_dir="output_file_name.gff" label="${tool.name} on ${on_string}"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
49 </outputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
50 <tests>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
51 <test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
52 <param name="genome" value="contigs.fasta"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
53 <param name="complete" value="False"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
54 <param name="train" value="complete"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
55 <output name="coord" ftype="tabular" value="contigs.out"/>
1
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
56 <output name="nt_seq" ftype="fasta" value="contigs.ffn" sort="true"/>
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
57 <output name="prot_seq" ftype="fasta" value="contigs.faa" sort="true"/>
0
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
58 <output name="gff" ftype="gff" value="contigs.gff"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
59 </test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
60 <test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
61 <param name="genome" value="NC_000913.fasta"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
62 <param name="complete" value="True"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
63 <param name="train" value="complete"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
64 <output name="coord" ftype="tabular" value="NC_000913.out"/>
1
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
65 <output name="nt_seq" ftype="fasta" value="NC_000913.ffn" sort="true"/>
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
66 <output name="prot_seq" ftype="fasta" value="NC_000913.faa" sort="true"/>
0
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
67 <output name="gff" ftype="gff" value="NC_000913.gff"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
68 </test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
69 <test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
70 <param name="genome" value="NC_000913-454.fasta"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
71 <param name="complete" value="False"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
72 <param name="train" value="454_10"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
73 <output name="coord" ftype="tabular" value="NC_000913-454.out"/>
1
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
74 <output name="nt_seq" ftype="fasta" value="NC_000913-454.ffn" sort="true"/>
2dfb2fba4081 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fraggenescan/ commit 32bd45a5fc79e3096bfdf6d9009f1d396398df1a
iuc
parents: 0
diff changeset
75 <output name="prot_seq" ftype="fasta" value="NC_000913-454.faa" sort="true"/>
0
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
76 <output name="gff" ftype="gff" value="NC_000913-454.gff"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
77 </test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
78 </tests>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
79 <help><![CDATA[
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
80 **What it does**
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
81
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
82 FragGeneScan is an application for finding (fragmented) genes in short reads.
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
83 It can also be applied to predict prokaryotic genes in incomplete assemblies or complete genomes.
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
84
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
85 ]]></help>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
86 <citations>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
87 <citation type="doi">10.1093/nar/gkq747</citation>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
88 </citations>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
89 </tool>