-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
70 lines (63 loc) · 1.34 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
66
67
68
69
70
{% set name = "FunID" %}
{% set version = "0.3.18.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/FunID-{{ version }}.tar.gz
sha256: 9f322725f4320e38e808d8ce5260627051029c18c755c8cae5cb2bc05a7ca9e8
build:
skip: true # [py>=311 or py2k]
entry_points:
- FunID = funid.main:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
build:
- {{ compiler('c') }}
host:
- python
- pip
run:
- python
- biopython ==1.78
- ete3 ==3.1.2
- cython
- dendropy
- genmine >=1.0.10
- lxml
- matplotlib-base ==3.5.1
- numpy ==1.22.3
- openpyxl ==3.0.9
- pandas ==1.4.2
- plotly ==5.9.0
- psutil
- pyqt
- pyyaml
- sip >=4.19.4
- scikit-learn ==1.0.2
- scipy
- tabulate
- unidecode ==1.2.0
- xlrd ==2.0.1
- xlsxwriter
- xmltodict ==0.12.0
test:
imports:
- funid
commands:
- pip check
- FunID --help
requires:
- pip
about:
home: https://github.com/Changwanseo/FunID
summary: Fungal Identification Pipeline
license: GPL-3.0
license_file:
- LICENSE
- funid/external/mmseqs_Windows/LICENSE.md
- funid/external/trimal.v1.4/trimAl/LICENSE
extra:
recipe-maintainers:
- Changwanseo