-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.yaml
65 lines (56 loc) · 1.13 KB
/
meta.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
{% set name = "phabox" %}
{% set version = "2.1.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
#path: .
git_url: https://github.com/KennthShang/PhaBOX.git
git_rev: main # or a specific commit/tag
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
entry_points:
- phabox2=phabox2.phabox2:main
requirements:
host:
- python
- setuptools
run:
- python =3.10.14
- diamond =0.9.14
- blast =2.16.0
- mcl =22.282
- fasttree =2.1.11
- kcounter =0.1.1
- mafft =7.525
- numpy =1.26.4
- pandas =2.2.3
- networkx =3.4.2
- seaborn-base =0.13.2
- biopython =1.84
- tqdm =4.66.5
- scipy =1.14.1
- datasets
- transformers
- pytorch
- triton
- accelerate
- prodigal-gv
test:
commands:
- phabox2 --help
about:
home: https://github.com/KennthShang/PhaBOX
license: MIT
summary: Virus identification and analysis web server (tool set)
extra:
recipe-maintainers:
- SHANG Jiayu
- PENG Cheng
channels:
- bioconda
- conda-forge
- defaults
# Add other channels as needed