Skip to content

Commit

Permalink
Bump to version 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Mar 14, 2017
1 parent 201c184 commit cf66d1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prokka
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ my @CMDLINE = ($0, @ARGV);
my $OPSYS = $^O;
my $BINDIR = "$FindBin::RealBin/../binaries/$OPSYS";
my $EXE = $FindBin::RealScript;
my $VERSION = "1.12-beta";
my $VERSION = "1.12";
my $AUTHOR = 'Torsten Seemann <torsten.seemann@gmail.com>';
my $URL = 'https://github.com/tseemann/prokka';
my $PROKKA_PMID = '24642063';
Expand Down
13 changes: 13 additions & 0 deletions doc/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Prokka ChangeLog
----------------

v1.12 - 14 Mar 2017
* Lots of bug fixes.
* Improved documentation, especially installation
* Newer static binaries for Linux and MacOS
* Updated protein and ncRNA databases
* Better default unique locus_tag based on contig MD5
* Option --cdsrnaolap to allow tRNA/rRNA overlapping CDS
* Option --addmrna to add mRNA features for each CDS
* Option --noanno to just predict CDS coordinates but not /product
* Option --fast to just BLAST sprot and ignore slower HMMs
* Better log file
* New .tsv output of annotated features

v1.11 - 15 Feb 2015
* Option --proteins now supports .GBK/.EMBL files directly!
* Support for user supplied HMM via --hmms [Connor Driscoll]
Expand Down

0 comments on commit cf66d1b

Please sign in to comment.