Alexander Grund
Alexander Grund
(created using `eb --new-pr`)
(created using `eb --new-pr`)
(created using `eb --new-pr`) Fixes #19946
(created using `eb --new-pr`)
(created using `eb --new-pr`)
(created using `eb --new-pr`) This is basically the [nf-core tools package](https://nf-co.re/tools) which are useful for running [nf-core ](https://nf-co.re) pipelines (or preparing them, e.g. downloading the required containers) I found a...
Same as the long-standing PR https://github.com/easybuilders/easybuild-easyconfigs/pull/11148 but targetting 5.x Note that `git diff 5.0.x --ignore-space-at-eol` turns up empty
First step of enabling flake8 for ECs. Cmds run: - `flake8 --filename '*.eb' --extend-ignore F821 -j4 --count` to find and count issues excluding unknown variables - `flake8 --filename '*.eb' --select...
The latter is the new, better option which makes it clear how it works with `--parallel` passed in the config or commandline. See https://github.com/easybuilders/easybuild-framework/pull/3842 Note: CI fails for unrelated reasons...
The `None` case was missed and due to the unrestricted `tuple` elem_type it may return valid for actually invalid entries. So restrict that beeing overly cautious so it may wrongly...