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
When a medaka model is specified by model name, not path to model file, viralrecon will fail with an error. The error (see below) seems to come from this line of code.
When a model filename is passed (I extracted the models from the Singularity image) the command runs to completion.
Thanks for reporting @pvanheus ! This will be fixed when #282 is merged into dev. It was a bit of an edge case bug because artic minion can accept a model as either a file or a string and if the model is a file then we need to stage it properly as an input. Things broke when I tidied up the module to remove any params definitions but I have added a CI test for this now so we should be able to pick it up in the future!
Be great if you are able to test once #282 is merged:
Description of the bug
When a medaka model is specified by model name, not path to model file, viralrecon will fail with an error. The error (see below) seems to come from this line of code.
When a model filename is passed (I extracted the models from the Singularity image) the command runs to completion.
Command used and terminal output
Relevant files
No response
System information
Nextflow version: 22.01.0-edge
Hardware: HPC
Executor: slurm
Container engine: Singularity
OS: Ubuntu 18.04
Version of nf-core/viralrecon: 2.3.1 (97bebf8)
The text was updated successfully, but these errors were encountered: