Skip to content

Commit

Permalink
Merge branch 'bioconda:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ftegenfe authored Nov 6, 2024
2 parents cb5196c + 4e52242 commit 6e64a6f
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions recipes/phabox/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{% set name = "PhaBOX" %}
{% set version = "2.1.0" %}
{% set version = "2.1.4" %}

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

source:
url: https://github.com/KennthShang/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 0ffe4da03ccc2aac77c17866033ce513f72a5ecdf9df108abbcdbfced438b04c
url: https://github.com/KennthShang/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 963d71ac1e600f5a41cd8ff22a66a34921190e7b8afe449aa5ca3fd10fabba40

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
- phabox2 = phabox2.phabox2:main
- phabox2=phabox2.phabox2:main
run_exports:
- {{ pin_subpackage('phabox', max_pin="x.x") }}

requirements:
host:
- pip
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
Expand All @@ -39,23 +39,27 @@ requirements:
- scipy >=1.14
- seaborn-base >=0.13.2
- transformers >=4

- blast >=2.16.0
- diamond <=0.9.14
- mcl >=22.282

test:
commands:
- phabox2 --help

about:
home: "https://phage.ee.cityu.edu.hk"
home: https://github.com/KennthShang/PhaBOX
license: "AFL-3.0"
license_family: OTHER
license_file: "LICENSE.md"
summary: "Phage BOX is a Python library for phage-related tasks."
license_file: "LICENSE.md"
summary: Virus identification and analysis tool set
dev_url: "https://github.com/KennthShang/PhaBOX"
doc_url: "https://github.com/KennthShang/PhaBOX/wiki"

extra:
recipe-maintainers:
- bernt-matthias
- SHANG Jiayu
- PENG Cheng
identifiers:
- doi:10.1093/bioadv/vbad101
- biotools:phabox

0 comments on commit 6e64a6f

Please sign in to comment.