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 Jun 4, 2016
1 parent 5b7948c commit 2074ae0
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.31

- Rewrote `rsem-gff3-to-gtf` to handle a more general set of GFF3 files
- Added safety checks to make sure poly(A) tails are not added to the reference when `--star` is set

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

RSEM v1.2.30

- Fixed a bug that can cause SAMtools sort to fail
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 hasPolyA);

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

Please sign in to comment.