forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
45 lines (39 loc) · 816 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
{% set version = "0.6.0" %}
package:
name: scnic
version: {{ version }}
source:
url: https://github.com/shafferm/SCNIC/archive/{{ version }}.tar.gz
sha256: 476868bb0e1703ee4bd29e712e94178f0027b4413fd9428dcf0922baffd3d677
build:
number: 0
noarch: python
requirements:
host:
- python >=3
- setuptools
- pytest-runner
run:
- python >=3
- numpy
- scipy
- pandas
- statsmodels
- h5py
- biom-format
- networkx >2
- scikit-bio
- fastspar <=0.0.6
- armadillo <9
- tqdm
- matplotlib
- seaborn
test:
command:
- SCNIC_analysis.py --help
- fastspar --help
about:
home: https://github.com/shafferm/SCNIC
license: BSD
license_file: LICENSE
summary: "SCNIC: Sparse Cooccurence Network Investigation for Compositional data"