forked from PMBio/pycoMeth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
55 lines (49 loc) · 1.22 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
53
54
55
{% set version = "2.0.1" %}
{% set name = "pycoMeth" %}
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:
- pycoMeth=pycoMeth.__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
- statsmodels>=0.11.1
- pandas>=1.1.3
- Jinja2>=2.11.1
- plotly>=4.7.1
- pyfaidx>=0.5.8
- tqdm>=4.60.0
- colorlog>=4.1.0
- nbformat>=4.2.0
- meth5>=1.0.1
test:
imports:
- pycoMeth.FileParser
- pycoMeth.CoordGen
- pycoMeth.CpG_Aggregate
- pycoMeth.Interval_Aggregate
- pycoMeth.Meth_Comp
- pycoMeth.Comp_Report
- pycoMeth.CGI_Finder
commands:
- pycoMeth CpG_Aggregate --help
- pycoMeth Interval_Aggregate --help
- pycoMeth Meth_Comp --help
- pycoMeth Comp_Report --help
- pycoMeth CGI_Finder --help
about:
home: "https://github.com/snajder-r/pycoMeth,"
license: "GPL"
summary: "DNA methylation analysis for Oxford Nanopore DNA sequencing datasets downstream to Nanopolish"