Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Apr 20, 2016
1 parent 26ebe9b commit e33d764
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions WHAT_IS_NEW
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
RSEM v1.2.30

- Fixed a bug that can cause SAMtools sort to fail
- Improved the appearance of warning messages: for the same type of warning messages, only show the first 50 messages and then provide the total number of such warnings

--------------------------------------------------------------------------------------------

RSEM v1.2.29

- Reformatted Makefile to be more professional, and `make install` is ready to use
Expand Down
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);

my $version = "RSEM v1.2.29"; # Update version info here
my $version = "RSEM v1.2.30"; # 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 e33d764

Please sign in to comment.