Hello,
I noticed that for RSEM v1.3.2 and RSEM v1.3.3 the version string inside rsem_perl_utils.pm still says v1.3.1. This causes confusion when checking the version with rsem-calculate-expression --version.
#!/usr/bin/env perl
package rsem_perl_utils;
use strict;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(runCommand);
our @EXPORT_OK = qw(runCommand collectResults showVersionInfo getSAMTOOLS hasPolyA);
my $version = "RSEM v1.3.1"; # Update version info here
my $samtools = "samtools-1.3"; # If update to another version of SAMtools, need to change this
Just making sure that this is simply a missed detail in terms of updating the version number..?
Might you please update this in the future?
Thanks for the great tool!
Best,
Quincy R.
Hello,
I noticed that for RSEM v1.3.2 and RSEM v1.3.3 the version string inside
rsem_perl_utils.pmstill saysv1.3.1. This causes confusion when checking the version withrsem-calculate-expression --version.Just making sure that this is simply a missed detail in terms of updating the version number..?
Might you please update this in the future?
Thanks for the great tool!
Best,
Quincy R.