forked from cruizperez/MicrobeAnnotator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
48 lines (41 loc) · 994 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
{% set name = "microbeannotator" %}
{% set version = "2.0.5" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: b5da3df786c57da43ca4a7d12fb71956b203f25ed0d9ed9712dc1242e68ddb0e
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
build:
- setuptools
host:
- pip
- python ==3.7.5
- setuptools
run:
- attrs ==20.3.0
- biopython ==1.78
- blast ==2.11.0
- diamond ==2.0.9
- matplotlib ==3.4.1
- pandas ==1.2.4
- psutil ==5.8.0
- python ==3.7.5
- pywget ==3.2
- requests ==2.25.1
- seaborn ==0.11.1
- sword ==1.0.4
about:
home: "https://github.com/cruizperez/MicrobeAnnotator"
license: Artistic Licence 2.0
license_file: LICENSE
summary: "A user friendly microbe genome annotation tool"
doc_url:
dev_url:
extra:
recipe-maintainers:
- cruizperez