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
the versions of tools is highly reproducible on docker/singularity, but it's often a lottery in conda.
I'd like a linting test that ensure we snapshot for modules, either:
process.out.versions
process.out (only since it contains versions)
we snapshot for subworkflows either:
workflow.out.versions
workflow.out (only since it contains versions)
Command used and terminal output
No response
System information
No response
The text was updated successfully, but these errors were encountered:
Note:
For subworkflows, we don't always use modules, so only a warning.
For subworkflows, snapshotting versions could be empty in some tests if we skip all the tools from said subworkflow.
Wasn't it an issue for bumping modules since then the snapshot wouldn't match ? If you checked if the output matched a regex, then that should be fine too for autobumping modules?
Description of the bug
the versions of tools is highly reproducible on docker/singularity, but it's often a lottery in conda.
I'd like a linting test that ensure we snapshot for modules, either:
process.out.versions
process.out
(only since it contains versions)we snapshot for subworkflows either:
workflow.out.versions
workflow.out
(only since it contains versions)Command used and terminal output
No response
System information
No response
The text was updated successfully, but these errors were encountered: