Skip to content

Commit

Permalink
fix: pin pulp<2.8, required by snakemake
Browse files Browse the repository at this point in the history
Pulp 2.8.0 breaks snakemake.
We need to pin until we upgrade snakemake to a version that is compatible with recent versions of pulp again.
See snakemake/snakemake#2607
We might need to make a similar change to docker-base
  • Loading branch information
corneliusroemer authored Jan 12, 2024
1 parent 25bd953 commit df585d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ requirements:
- ncbi-datasets-cli
- pango_aliasor
- perl
# Pin pulp <2.8 for snakemake: https://github.com/snakemake/snakemake/issues/2607
- pulp <2.8
- ruby
- seqkit
- snakemake <8
Expand Down

0 comments on commit df585d0

Please sign in to comment.