# HG changeset patch # User lionelguy # Date 1378217754 14400 # Node ID 5c0b71c6a2b0102604a100225070e9d853ea44cd Initial version diff -r 000000000000 -r 5c0b71c6a2b0 prokka.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/prokka.xml Tue Sep 03 10:15:54 2013 -0400 @@ -0,0 +1,94 @@ + + prokaryotic genome annotation + + prokka + aragorn + rnammer + prodigal + signalp + infernal + hmmer + blast+ + tbl2asn + + prokka --version + prokka --outdir outdir --force + --quiet ## To avoid messages written to stderr and causing galaxy errors + --prefix prokka + $addgenes + --locustag $locustag + --increment $increment + --centre $centre + --genus $genus --species $species --strain $strain + --kingdom $kingdom + --gcode $gcode + #if $gram != "none" + --gram $gram + #end if + $usegenus + $metagenome + $fast + --cpus $cpus + --mincontig $mincontig + --evalue $evalue + $input + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This wrapper runs prokka, a tool to rapidly annotate prokaryotic genomes. For more information see the tool's homepage: http://www.vicbioinformatics.com/software.prokka.shtml + +**License** + +prokka is developed by Torsten Seemann at Victorian Bioinformatics Consortium http://www.bioinformatics.net.au/. prokka is released under GPLv3 or later. + +This wrapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. + + \ No newline at end of file