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
since Snakemake v9.17.0, the --containerize parameter supports one additional argument, apptainer or docker (the default)
this is not yet reflected in this action, which just uses the default without supporting the new additional CLI argument, and also writes the container recipe to the hardcoded Dockerfile output
to accomodate these changes we need to implement a new arg which is passed to the container step, and adjust the container defintion's file name.
--containerizeparameter supports one additional argument,apptainerordocker(the default)Dockerfileoutputcontainerstep, and adjust the container defintion's file name.