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

UPDATE: remove old dendropy pin #50711

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions recipes/busco/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1
noarch: python
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand All @@ -30,7 +30,6 @@ requirements:
- biopython >=1.79
- prodigal
- sepp >=4.3.10
- dendropy <4.6.0 # necessary temporarily until SEPP updates their codebase or recipe
- metaeuk >=6.a5d39d9 # needed for gff bug fix
- pandas
- bbmap
Expand All @@ -47,7 +46,6 @@ requirements:
- r-ggplot2 >=2.2.1
- prodigal
- sepp >=4.3.10
- dendropy <4.6.0 # necessary temporarily until SEPP updates their codebase or recipe
- metaeuk >=6.a5d39d9 # needed for gff bug fix
- pandas
- bbmap
Expand Down