-
Notifications
You must be signed in to change notification settings - Fork 49
/
meta.yaml
57 lines (48 loc) · 1.24 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
{% set name = "kleborate" %}
{% set version = "3.0.8" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/kleborate-{{ version }}.tar.gz"
sha256: 710f66eefb123d82a292305a9b164f988221640f17b616fcd87b20b595ad96b2
build:
number: 0
noarch: python
entry_points:
- kleborate = kleborate.__main__:main
script:
- {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
run_exports:
- {{ pin_subpackage('kleborate', max_pin='x') }}
requirements:
host:
- pip
- python >=3.9
- numpy >=1.22
run:
- python >=3.9
- biopython >=1.83
- numpy >=1.22
- dna_features_viewer
- minimap2
- mash
- kaptive
test:
imports:
- kleborate
commands:
- kaptive --help
- minimap2 --help
- kleborate --help
about:
home: "https://kleborate.readthedocs.io/"
dev_url: "https://github.com/klebgenomics/Kleborate"
summary: "Kleborate: a tool for typing and screening pathogen genome assemblies"
license: "GNU General Public License v3 (GPLv3)"
license_family: GPL3
license_file: LICENSE
doc_url: "https://kleborate.readthedocs.io/"
extra:
recipe-maintainers:
- Mary Maranga