-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmeta.yaml
50 lines (43 loc) · 1.07 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
{% set name = "anndata" %}
{% set version = "0.6.22.post1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ce1461849954b6eedff67c3d31e25bdc9a18812bd537b3bff8743e41b70baa42
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- python >=3.5
- pip
- pathlib
run:
- python >=3.5
- pandas >=0.23.0
- scipy
- h5py
- natsort
test:
imports:
- anndata
- anndata.h5py
- anndata.readwrite
about:
home: https://github.com/theislab/anndata
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: 'An annotated data matrix.'
description: |
AnnData provides a scalable way of keeping track of data and learned annotations.
It was initially built for Scanpy (Genome Biology, 2018).
doc_url: http://anndata.rtfd.io
dev_url: https://github.com/theislab/anndata
extra:
recipe-maintainers:
- jakakokosar
- pavlin-policar