Skip to content

Version number in rsem_perl_utils.pm not updated in v1.3.3 release? #227

@rquincyr

Description

@rquincyr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions