Skip to content

snakemake version #302

Description

@martinkilbinger

When running the snakemake inference workflow, scripts are not run in the container. If the snakemake version on the host system is different than in the container, this might cause an error.

My specific case:

host: snakemake 9.19.0 (~/.local/lib/python3.12/site-packages)
container: snakemake 9.16.3 (/usr/local/lib/python3.12/site-packages, container's own python3.12)

The script was generate_pseudo_cl_cov.py.

Fix is to pip-install snakemake 9.16.3, but maybe a more robust solution is possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions