Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define workflow dependencies #1118

Open
victorlin opened this issue Jun 25, 2024 · 0 comments
Open

Define workflow dependencies #1118

victorlin opened this issue Jun 25, 2024 · 0 comments

Comments

@victorlin
Copy link
Member

victorlin commented Jun 25, 2024

Context

This workflow only works with specific versions of software. There is a Conda environment file (workflow/envs/nextstrain.yaml) however this has issues:

  1. It is only meant for use within Snakemake (--use-conda, rule.conda)
  2. It acts more like a "lock" file with exact version pins
  3. It doesn't document the version constraint on Snakemake (the workflow doesn't support Snakemake 8.x)

Proposal

  1. Create a list of workflow dependencies as supported ranges. Drafting that here:

    • Augur: >= 22.0.1 (ref)
    • Snakemake: ?? <= 8.0.0
    • ?
  2. Check at the start of running the workflow. This is what's already done in other workflows such as nextstrain/mpox@d9f6d47

Related issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant