-
Notifications
You must be signed in to change notification settings - Fork 2
/
meta.yaml
41 lines (35 loc) · 912 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
{% set version = "1.2.0" %}
{% set name = "meth5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: dist/{{ name }}-{{ version }}.tar.gz
build:
number: 0
script: "pip install {{ name }}-{{ version }}.tar.gz --no-deps --ignore-installed -vv "
entry_points:
- meth5=meth5.__main__:main
noarch: "python"
requirements:
build:
- python==3.7
- pip>=19.2.1
- ripgrep>=11.0.1
run:
- numpy>=1.19.2
- scipy==1.4.1
- pandas>=1.1.3
- h5py==2.9.0
- pysam>=0.20.0
- tqdm
- setuptools
about:
home: https://github.com/snajder-r/meth5format
license: MIT
licence_url: https://opensource.org/licenses/MIT
summary: HDF5 based file format for storage, retrieval, and analysis of modification predictions from Nanopore
extra:
author: Rene Snajder
author_email: [email protected]
author_url: https://github.com/snajder-r