-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmeta.yaml
49 lines (40 loc) · 909 Bytes
/
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
{% set version = "0.1.5" %}
{% set sha256 = "68e49145ad56ccb931a61dbe9d1233e9f71d519f8541ef02833b1012a6261783" %}
package:
name: flanker
version: {{ version }}
source:
url: https://github.com/wtmatlock/flanker/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
noarch: python
entry_points:
- flanker = flanker.flanker:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
requirements:
host:
- python>=3.6
- pip
run:
- python>=3.6
- pandas>=1.2
- biopython>=1.78
- abricate>=1.0.1
- mash>=2.2.2
- networkx>=2.5
- python-levenshtein==0.12.2
test:
imports:
- flanker
commands:
- flanker --help
about:
home: https://github.com/wtmatlock/flanker
summary: 'Gene-flank analysis tool'
license: MIT
extra:
recipe-maintainers:
- bede
- wtmatlock
- samlipworth