Skip to content

Commit

Permalink
Fixed version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bli25 committed Dec 9, 2017
1 parent 087f35f commit cb87607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsem_perl_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(runCommand);
our @EXPORT_OK = qw(runCommand collectResults showVersionInfo getSAMTOOLS hasPolyA);

my $version = "RSEM v1.2.31"; # Update version info here
my $version = "RSEM v1.3.0"; # Update version info here
my $samtools = "samtools-1.3"; # If update to another version of SAMtools, need to change this

# command, {err_msg}
Expand Down

0 comments on commit cb87607

Please sign in to comment.