-
Notifications
You must be signed in to change notification settings - Fork 36
/
meta.yaml
52 lines (43 loc) · 1.03 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
{% set data = load_setup_py_data() %}
{% set version = data.get('version') or 'placehold' %}
package:
name: q2-sample-classifier
version: {{ version }}
source:
path: ../..
build:
script: make install
requirements:
host:
- python {{ python }}
- setuptools
run:
- python {{ python }}
- pandas {{ pandas }}
- scipy {{ scipy }}
- numpy {{ numpy }}
- joblib
- scikit-learn {{ scikit_learn }}
- scikit-bio {{ scikit_bio }}
- seaborn >=0.8
- fastcluster
- qiime2 {{ qiime2_epoch }}.*
- q2-types {{ qiime2_epoch }}.*
- q2templates {{ qiime2_epoch }}.*
- q2-feature-table {{ qiime2_epoch }}.*
test:
commands:
- py.test --pyargs q2_sample_classifier
requires:
- qiime2 >={{ qiime2 }}
- q2-types >={{ q2_types }}
- q2templates >={{ q2templates }}
- q2-feature-table >={{ q2_feature_table }}
- pytest
imports:
- q2_sample_classifier
- qiime2.plugins.sample_classifier
about:
home: https://qiime2.org
license: BSD-3-Clause
license_family: BSD