annotate fraggenescan.xml @ 0:1f0a3e4497d4 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
author iuc
date Wed, 06 Sep 2017 13:23:14 -0400
parents
children 2dfb2fba4081
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>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
3 <macros>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
4 <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
5 </macros>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
6 <requirements>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
7 <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
8 </requirements>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
9 <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
10 <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
11 run_FragGeneScan.pl
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
12 -genome='$genome'
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
13 -out="output_file_name"
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
14 -complete='$complete'
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
15 -train='$train'
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
16 -thread=\${GALAXY_SLOTS:-4}
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
17 ]]></command>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
18 <inputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
19 <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
20 <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
21 <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
22 <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
23 <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
24 <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
25 <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
26 <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
27 <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
28 <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
29 <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
30 <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
31 <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
32 <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
33 <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
34 <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
35 <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
36 <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
37 <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
38 <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
39 </param>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
40 </inputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
41 <outputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
42 <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
43 <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
44 <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
45 <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
46 </outputs>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
47 <tests>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
48 <test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
49 <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
50 <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
51 <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
52 <output name="coord" ftype="tabular" value="contigs.out"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
53 <output name="nt_seq" ftype="fasta" value="contigs.ffn"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
54 <output name="prot_seq" ftype="fasta" value="contigs.faa"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
55 <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
56 </test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
57 <test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
58 <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
59 <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
60 <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
61 <output name="coord" ftype="tabular" value="NC_000913.out"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
62 <output name="nt_seq" ftype="fasta" value="NC_000913.ffn"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
63 <output name="prot_seq" ftype="fasta" value="NC_000913.faa"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
64 <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
65 </test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
66 <test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
67 <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
68 <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
69 <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
70 <output name="coord" ftype="tabular" value="NC_000913-454.out"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
71 <output name="nt_seq" ftype="fasta" value="NC_000913-454.ffn"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
72 <output name="prot_seq" ftype="fasta" value="NC_000913-454.faa"/>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
73 <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
74 </test>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
75 </tests>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
76 <help><![CDATA[
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
77 **What it does**
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
78
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
79 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
80 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
81
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
82 ]]></help>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
83 <citations>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
84 <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
85 </citations>
1f0a3e4497d4 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fraggenescan/ commit 59ac8955ccb33e3fcd6649c61779bb3ae9ccb6d4
iuc
parents:
diff changeset
86 </tool>