Skip to content

Commit

Permalink
Modified WHAT_IS_NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Nov 11, 2015
1 parent 25a74f0 commit a1014bb
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.25

- RSEM will extract gene_name/transcript_name from GTF file when possible; however, it only appends them to the 'sample_name.*.results' files if '--append-names' option is specified; unlike v1.2.24, this version is compatible with STAR aligner even when '--append-names' is set

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

RSEM v1.2.24

- RSEM will extract gene_name/transcript_name from GTF file when possible; if extracted, gene_name/transcript_name will append at the end of gene_id/transcript_id with an underscore in between
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);

my $version = "RSEM v1.2.24";
my $version = "RSEM v1.2.25";

# command, {err_msg}
sub runCommand {
Expand Down

0 comments on commit a1014bb

Please sign in to comment.