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 workflow only works with specific versions of software. There is a Conda environment file (workflow/envs/nextstrain.yaml) however this has issues:
It is only meant for use within Snakemake (--use-conda, rule.conda)
It acts more like a "lock" file with exact version pins
It doesn't document the version constraint on Snakemake (the workflow doesn't support Snakemake 8.x)
Proposal
Create a list of workflow dependencies as supported ranges. Drafting that here:
Context
This workflow only works with specific versions of software. There is a Conda environment file (workflow/envs/nextstrain.yaml) however this has issues:
--use-conda
,rule.conda
)Proposal
Create a list of workflow dependencies as supported ranges. Drafting that here:
Check at the start of running the workflow. This is what's already done in other workflows such as nextstrain/mpox@d9f6d47
Related issues
--use-conda
#611The text was updated successfully, but these errors were encountered: