Skip to content

Commit

Permalink
Update meta.yaml (#48753)
Browse files Browse the repository at this point in the history
This tool fails in runtime, since it requires busco.

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
paulzierep and mencian authored Oct 1, 2024
1 parent 8ec59c8 commit ec22626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/eukulele/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv"
run_exports:
Expand Down Expand Up @@ -41,6 +41,7 @@ requirements:
- sphinxcontrib-bibtex ==1.0.0
- blast
- diamond
- busco >=4.0.4

test:
commands:
Expand Down

0 comments on commit ec22626

Please sign in to comment.