diff --git a/CHANGELOG.md b/CHANGELOG.md index 344d7af..422037f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ + ## RENEE development version -- Fix: RNA report bug, caused by hard-coding of PC1-3, when only PC1-2 were generated (#104, @slsevilla) - Minor documentation improvements. (#100, @kelly-sovacool) -- Fix: allow printing the version or help message even if singularity is not in the path. (#110, @kelly-sovacool) +- Fix RNA report bug, caused by hard-coding of PC1-3, when only PC1-2 were generated. (#104, @slsevilla) +- Allow printing the version or help message even if singularity is not in the path. (#110, @kelly-sovacool) +- Set RSeQC envmodule version to 4.0.0, which synchronizes it with the version in the docker container used by singularity. (#122, @kelly-sovacool) ## RENEE 2.5.11 diff --git a/config/templates/tools.json b/config/templates/tools.json index 05fe5b7..ab0f729 100644 --- a/config/templates/tools.json +++ b/config/templates/tools.json @@ -21,7 +21,7 @@ "PYTHONVER": "python/3.5", "QUALIMAPVER": "qualimap/2.2.1", "RSEMVER": "rsem/1.3.0", - "RSEQCVER": "rseqc/2.6.4", + "RSEQCVER": "rseqc/4.0.0", "RVER": "R/3.5", "SAMTOOLSVER": "samtools/1.6", "STARVER": "STAR/2.7.6a",