You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Minor: Updated to miniconda3:4.10.3 base container, because the previous version (4.9.2) didn't build anymore.
Minor: Use -env none for "lsf" cluster profile. Local environment should not be copied. This probably caused problems with the old "dkfzModules" environment profile.
Patch: Require Nextflow >= 22.07.1, which fixes an LSF memory request bug. Added options for per-job memory requests to "lsf" profile in nextflow.config.
Patch: Remove unnecessary *_BINARY variables in scripts. Binaries are fixed by Conda/containers.
Patch: Needed to explicitly set conda.enabled = True with newer Nextflow