-
Notifications
You must be signed in to change notification settings - Fork 5
/
bioconda_recipes.yaml
66 lines (59 loc) · 1.46 KB
/
bioconda_recipes.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{% set name = "PhaBOX" %}
{% set version = "2.1.5" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://github.com/KennthShang/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 875124cd1568fcb706662e7f86ff7e1ef79b38944156c8c5d0b1b329d983d73a
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
run_exports:
- {{ pin_subpackage('phabox', max_pin="x.x") }}
requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- biopython >=1.84
- datasets >=3
- kcounter >=0.1.1
- fasttree >=2.1.11
- mafft >=7.525
- networkx >=3.4
- numpy >=1.26
- pandas >=2
- prodigal-gv >=2.11.0
- pyarrow >=16
- pytorch >=2.4
- scipy >=1.14
- seaborn-base >=0.13.2
- transformers >=4
- blast >=2.16.0
- diamond <=0.9.14
- mcl >=22.282
- accelerate >=1.0.1
test:
commands:
- phabox2 --help
about:
home: https://github.com/KennthShang/PhaBOX
license: "AFL-3.0"
license_family: OTHER
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:
- SHANG Jiayu
- PENG Cheng
identifiers:
- doi:10.1093/bioadv/vbad101
- biotools:phabox