Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sestaton committed Nov 2, 2015
1 parent 7c03e3c commit 1a2e290
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Revision history for HMMER2GO

Version Date Location
0.17 11/02/2015 Vancouver, BC

- Remove use of spawning a new shell for executing programs.
- Add faster and more portable method for searching path for
required programs.

0.16 8/07/2015 Vancouver, BC

- Remove use of environment variables to build and install package.
Expand All @@ -12,7 +18,8 @@ Version Date Location
0.14 6/02/2015 Vancouver, BC

- Fix test resuls for Pfam search based on new entries in Pfam.
- Modify tests to use the latest HMMER binaries instead of an older version from the package manager (which is incompatible with the latest models).
- Modify tests to use the latest HMMER binaries instead of an older version from the package manager
(which is incompatible with the latest models).

0.13 4/28/2015 Vancouver, BC

Expand Down
2 changes: 1 addition & 1 deletion bin/hmmer2go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use HMMER2GO;

our $VERSION = '0.16';
our $VERSION = '0.17';

HMMER2GO->run;

Expand Down
4 changes: 2 additions & 2 deletions lib/HMMER2GO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ HMMER2GO - Annotate DNA sequences for Gene Ontology terms
=head1 VERSION
Version 0.16
Version 0.17
=cut

our $VERSION = '0.16';
our $VERSION = '0.17';

sub global_opt_spec {
[ 'man|m' => "Get the manual entry for a command" ];
Expand Down
4 changes: 2 additions & 2 deletions lib/HMMER2GO/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ HMMER2GO::Command - Control class for setting global options with HMMER2GO
=head1 VERSION
Version 0.16
Version 0.17
=cut

our $VERSION = '0.16';
our $VERSION = '0.17';

sub opt_spec {
my ( $class, $app ) = @_;
Expand Down

0 comments on commit 1a2e290

Please sign in to comment.