# HG changeset patch # User crs4 # Date 1443723246 14400 # Node ID f5e44aad649808332473035a8253afaa7b0a830d # Parent 3ad7ef0ba385b9a764cb677493b19f012b268225 Support Prokka 1.11. Upgrade dependencies to package_barrnap_0_7, package_blast_plus_2_2_31, package_hmmer_3_1b2, package_tbl2asn_24_3. diff -r 3ad7ef0ba385 -r f5e44aad6498 COPYING --- a/COPYING Mon Oct 27 06:45:52 2014 -0400 +++ b/COPYING Thu Oct 01 14:14:06 2015 -0400 @@ -1,8 +1,9 @@ +Copyright © 2015 The Genome Analysis Centre http://www.tgac.ac.uk/ Copyright © 2013-2014 CRS4 Srl. http://www.crs4.it/ Copyright © 2013 Lionel Guy Created by: Paolo Uva -Nicola Soranzo +Nicola Soranzo Lionel Guy Philip Mabon diff -r 3ad7ef0ba385 -r f5e44aad6498 prokka.xml --- a/prokka.xml Mon Oct 27 06:45:52 2014 -0400 +++ b/prokka.xml Thu Oct 01 14:14:06 2015 -0400 @@ -1,16 +1,16 @@ - + prokaryotic genome annotation - blast+ - hmmer + blast+ + hmmer aragorn prodigal - tbl2asn + tbl2asn gnu_parallel - barrnap + barrnap infernal minced - prokka + prokka prokka --version @@ -200,16 +200,6 @@ You can use this tool only if you agree to the license terms of: `Prokka`_. .. _Prokka: http://www.vicbioinformatics.com/software.prokka.shtml - -If you use this tool, please cite: - -- |Cuccuru2014|_ -- |Seemann2014|_. - -.. |Cuccuru2014| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2014) Orione, a web-based framework for NGS analysis in microbiology. *Bioinformatics* 30(13), 1928-1929 -.. _Cuccuru2014: http://bioinformatics.oxfordjournals.org/content/30/13/1928 -.. |Seemann2014| replace:: Seemann, T. (2014) Prokka: rapid prokaryotic genome annotation. *Bioinformatics* 30(14), 2068-2069 -.. _Seemann2014: http://bioinformatics.oxfordjournals.org/content/30/14/2068 10.1093/bioinformatics/btu135 diff -r 3ad7ef0ba385 -r f5e44aad6498 readme.rst --- a/readme.rst Mon Oct 27 06:45:52 2014 -0400 +++ b/readme.rst Thu Oct 01 14:14:06 2015 -0400 @@ -24,17 +24,10 @@ If you are using Galaxy release_2013.11.04 or later, this tool will automatically use the number of CPU cores allocated by the job runner according to the configuration of the destination selected for this tool. -If instead you are using an older Galaxy release, you should also add a line - - GALAXY_SLOTS=N; export GALAXY_SLOTS - -(where N is the number of CPU cores allocated by the job runner for this tool) to the file - - /prokka/1.10/crs4/prokka//env.sh - Version history --------------- +- Release 7 (prokka 1.11.0): Support Prokka 1.11. Upgrade dependencies to package_barrnap_0_7, package_blast_plus_2_2_31, package_hmmer_3_1b2, package_tbl2asn_24_3. - Release 6 (prokka 1.4.0): Use because prokka writes some warnings on stderr. Update Orione citation. Update Prokka citation. Support Prokka 1.10. Upgrade dependencies to package_minced_0_1_6, package_barrnap_0_5 and package_tbl2asn_23_7. Added --proteins option. Add . - Release 5 (prokka 1.3.0): Fix Prokka 1.8 dependency installation. - Release 4 (prokka 1.3.0): Support Prokka 1.8. Depend on package_minced_0_1_4 and package_tbl2asn_22_4 (requires Galaxy release_2013.11.04 or later). Update citation. diff -r 3ad7ef0ba385 -r f5e44aad6498 tool_dependencies.xml --- a/tool_dependencies.xml Mon Oct 27 06:45:52 2014 -0400 +++ b/tool_dependencies.xml Thu Oct 01 14:14:06 2015 -0400 @@ -1,25 +1,25 @@ - - + + - - + + - + - - + + - - + + @@ -27,10 +27,10 @@ - + - http://www.vicbioinformatics.com/prokka-1.10.tar.gz + http://www.vicbioinformatics.com/prokka-1.11.tar.gz bin/prokka --setupdb . @@ -42,13 +42,11 @@ -Warning: Prokka includes custom databases and is thus about a 340 MB download! +Warning: Prokka includes custom databases and is thus about a 360 MB download! Dependencies of Prokka which needs to be installed separately: - Perl core modules: File::Copy, FindBin, Getopt::Long, List::Util, Scalar::Util, Time::Piece, Time::Seconds; - Perl modules: Bio::SeqIO from BioPerl ( http://search.cpan.org/dist/BioPerl/ ) >= 1.6.900, XML::Simple ( http://search.cpan.org/dist/XML-Simple/ ). - -Configuration: Previously (until Release 2), the PROKKA_SITE_OPTIONS variable in the installed env.sh file was used to adjust the number of CPUs to use (--cpus). This is not used anymore and may be removed.