-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.yaml
62 lines (53 loc) · 1.14 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
{% set name = "depht" %}
{% set version = "1.2.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: .
# url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/depht-{{ version }}.tar.gz
# sha256: 6ed18771c93aab6dd777c851faf045bed150417789be8b6e88b680ba24fcb108
build:
number: 0
noarch: python
script: python -m pip install .
requirements:
host:
- python ==3.9
- pip
run:
- aragorn ~=1.2.38
- blast ==2.9.0
- clustalo ~=1.2.4
- hhsuite ~=3.3.0
- mmseqs2 ==13.45111
- prodigal ~=2.6.3
- python ~=3.9.0
- biopython >=1.78
- bitarray ~=2.0.1
- bokeh ~=2.4.2
- dna_features_viewer ~=3.1.0
- matplotlib-base ~=3.4.1
- numpy ~=1.22.3
- pandas ~=1.4.2
- phamclust ~=0.1.2
- plotly ~=5.1.0
- pretty_html_table ~=0.9.10
- python-kaleido ~=0.2.1
- requests >=2.26.0
test:
imports:
- depht
commands:
- pip check
requires:
- pip
about:
home: https://github.com/chg60/DEPhT
summary: Discovery and Extraction of Phages Tool
license: GPL-3.0
license_file: LICENSE
extra:
recipe-maintainers:
- laa89
- chg60