forked from dylkot/cNMF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
49 lines (42 loc) · 860 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 name = "cnmf" %}
{% set version = "1.3.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: d78f2e77042dab143395a4f3a1410d45e2d5203294e10903d0fc2e238635f403
build:
number: 0
entry_points:
- cnmf = cnmf:main
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python
- setuptools
run:
- fastcluster
- matplotlib
- numpy
- palettable
- pandas
- python
- pyyaml
- scanpy
- scikit-learn >=1.0
- scipy
test:
imports:
- cnmf
commands:
- cnmf --help
about:
home: "https://github.com/dylkot/cNMF"
license: MIT
license_family: MIT
summary: "Consensus NMF for scRNA-Seq data"
extra:
recipe-maintainers:
- dylkot