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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
WRAPPER_SLURM detects Snakemake version and uses appropriate env var (LCDBWF_SNAKEMAKE_PROFILE or LCDBWF_SNAKEMAKE_PROFILE_V8). This means you can keep your existing env var for backwards compatibility in older projects using snakemake <8.
deploy.py accepts an --additional-main argument, which defaults to the value of LCDBWF_ADDITIONAL_MAIN env var. This lets you configure additional package[s] to install in a cluster-specific manner.
Updated env yaml files
Updated docs
Updated dmel references config since existing URLs appear to be broken
Default to using conda instead of mamba as conda front-end (since libmamba has been incorporated into conda itself for a while now)