Skip to content

Commit

Permalink
Latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoli-dong committed Sep 30, 2019
1 parent eb0fc72 commit 08e408a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/rRNAFinder.pl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
# global variables
my $EXE = $FindBin::RealScript;
my $VERSION = "1.2.0";
my $VERSION = "1.1.1";
my $DESC = "genome/metagenome ribosomal RNA prediction and taxon assignments";
my $AUTHOR = 'Xiaoli Dong <[email protected]>';
my $URL = 'https://sourceforge.net/projects/rrnafinder/';
Expand Down
2 changes: 1 addition & 1 deletion bin/rna2taxon.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Scalar::Util qw(openhandle);

my $EXE = $FindBin::RealScript;
my $VERSION = "0.1";
my $VERSION = "1.1.1";
my $DESC = "ribosomal RNA classification: classify fasta format ssu and lsu rRNA using SILVA taxonomy";
my $AUTHOR = 'Xiaoli Dong <[email protected]>';
my $OPSYS = $^O;
Expand Down

0 comments on commit 08e408a

Please sign in to comment.