Skip to content

Commit

Permalink
Updated WHAT_IS_NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Feb 2, 2016
1 parent ad98025 commit e2b837e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions WHAT_IS_NEW
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
RSEM v1.2.28

- Fixed a bug in RSEM v1.2.27 that can lead to assertion errors for parsing GTF files

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

RSEM v1.2.27

- Upgraded SAMtools to v1.3; RSEM now supports input alignments in SAM/BAM/CRAM format
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.27"; # Update version info here
my $version = "RSEM v1.2.28"; # 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 e2b837e

Please sign in to comment.