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 meta.yaml #52080

Merged
merged 1 commit into from
Nov 13, 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
5 changes: 3 additions & 2 deletions recipes/gtotree/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 81e5856fa188a5096725605a31a1bf6bf4f8baa1dc2acc83eda29a0ff7a742b5

build:
number: 0
number: 1
run_exports:
- {{ pin_compatible(name, max_pin='x') }}

Expand All @@ -21,7 +21,7 @@ requirements:
- python
- biopython
- hmmer
- muscle =5
- muscle =5.1
- trimal
- fasttree
- iqtree >=2.2.2
Expand All @@ -38,6 +38,7 @@ requirements:
- file
- coreutils =9.1
- curl
- pyarrow

test:
commands:
Expand Down