Skip to content

Releases: hoelzer-lab/rnaflow

1.4.7

26 Feb 20:45
8cd6307
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.6...1.4.7

1.4.6

15 Aug 11:41
094be4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.5...1.4.6

Allowlist HTTP and HTTPS ENV in Singularity

02 Aug 15:16
7767b87
Compare
Choose a tag to compare

On restricted HPCs (e.g. with SLURM) and when using Singularity, it can happen that Nextflow needs to pass specific environment configurations for allow-listed URLs to the Singularity containers. This can be achieved via

        envWhitelist = "HTTPS_PROXY,HTTP_PROXY,http_proxy,https_proxy,FTP_PROXY,ftp_proxy"

In the nextflow.config which is now a default when using Singularity.

Again, optimizing DESeq2 resources on HPC

02 Aug 12:47
a32cd34
Compare
Choose a tag to compare
Update nodes.config

Further increase RAM for DESeq2 in error case

Optimize DESeq2 HPC resources

28 Jul 13:55
851b8b7
Compare
Choose a tag to compare

What's Changed

  • DESeq2 error handling, increase RAM on HPC by @hoelzer in #221

Full Changelog: 1.4.2...1.4.3

SortMeRNA autoload hot fix

28 Jul 12:00
d0f6ebe
Compare
Choose a tag to compare

What's Changed

  • correct storage path of .tar.gz sortmerna files by @hoelzer in #220

Full Changelog: 1.4.1...1.4.2

1.4.1

03 Feb 10:16
630e02e
Compare
Choose a tag to compare

What's Changed

  • update DGE result documentation by @fischer-hub in #200
  • explicitly enable conda in conda profile by @fischer-hub in #207
  • Fix deseq2 warnings ( use 'rowNames' instead of 'row.names' ) by @fischer-hub in #208
  • Fix refactor_reportingtools_table.rb crash when run with non-ENS feature IDs and feature_type not 'gene' by @fischer-hub in #210
  • Fix pca plots and ENS ID lookup for non-ENS IDs by @fischer-hub in #209

Full Changelog: 1.4.0...1.4.1

1.4.0

12 Aug 12:17
dd0c208
Compare
Choose a tag to compare

Larger release adding various bug fixes, software updates, features, and customization options.

Special kudos @fischer-hub for all the help!

What's Changed

Full Changelog: 1.3.0...1.4.0

Version 1.3.0

14 Apr 08:32
e7d8a96
Compare
Choose a tag to compare
Version 1.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: 1.2.5...1.3.0

Version 1.2.5

03 Dec 09:45
c647ae1
Compare
Choose a tag to compare
  • the comparison naming matches the logFC/counting numbers