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 PhaBOX to 2.1.6 #52264

Merged
merged 2 commits into from
Nov 21, 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
6 changes: 3 additions & 3 deletions recipes/phabox/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "PhaBOX" %}
{% set version = "2.1.5" %}
{% set version = "2.1.6" %}
KennthShang marked this conversation as resolved.
Show resolved Hide resolved

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://github.com/KennthShang/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 875124cd1568fcb706662e7f86ff7e1ef79b38944156c8c5d0b1b329d983d73a
sha256: 548c1e374fc434f12fe1be998f4a8f707403eb56e68a0c8e4f6da14dbf98a7eb

build:
number: 0
Expand Down Expand Up @@ -40,7 +40,7 @@ requirements:
- seaborn-base >=0.13.2
- transformers >=4
- blast >=2.16.0
- diamond <=0.9.14
- diamond =0.9.14
- mcl >=22.282
- accelerate >=1.0.1

Expand Down
Loading