From a95ea33f530d9f6e2bcfc84039bca549faa0bf99 Mon Sep 17 00:00:00 2001 From: Aaron Graubert Date: Wed, 3 Mar 2021 21:46:01 -0500 Subject: [PATCH] Fixed typo Hubris! --- src/RNASeQC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RNASeQC.cpp b/src/RNASeQC.cpp index 5142c42..e2150b9 100644 --- a/src/RNASeQC.cpp +++ b/src/RNASeQC.cpp @@ -22,7 +22,7 @@ using namespace args; using namespace rnaseqc; const string NM = "NM"; -const string VERSION = "RNASeQC 2.4.1; +const string VERSION = "RNASeQC 2.4.1"; const double MAD_FACTOR = 1.4826; const unsigned int LEGACY_MAX_READ_LENGTH = 100000u; const int LEGACY_SPLIT_DISTANCE = 100;