-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb0fc72
commit 08e408a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|