-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Description of the bug
Versions of container contents are not captured by nf-tests. This occurs for any version information that is retrieved from the software itself (e.g., running a version command inside the container) and not manually set as a variable in the workflow.
Example:
proteinfold/tests/colabfold_local.nf.test.snap
Lines 14 to 16 in 668c988
"colabfold_search": null, | |
"alphafold_colabfold": null, | |
"mmseqs": null |
"python": null |
The test profiles use container = 'biocontainers/gawk:5.1.0'
instead of the full image, which means the actual version information from the module containers are not captured.
Command used and terminal output
Relevant files
No response
System information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working