-
Notifications
You must be signed in to change notification settings - Fork 3
/
versipy.yaml
45 lines (45 loc) · 1.3 KB
/
versipy.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
version:
major: 2
minor: 2
micro: 2
a: null
b: null
rc: null
post: null
dev: null
managed_values:
__package_name__: pycoMeth
__package_description__: Differential methylation calling suite for Nanopore methylation
calls PycoMeth
__package_url__: https://github.com/snajder-r/pycoMeth,
__author_name__: Rene Snajder
__author_email__: [email protected]
__author_url__: https://github.com/snajder-r
__package_licence__: GPL
__package_licence_url__: https://opensource.org/licenses/MIT
__minimal_python__: '3.7'
__entry_point1__: meth5=meth5.__main__:main
__dependencies__:
- numpy==1.22.2
- scipy==1.4.1
- statsmodels==0.13.2
- pandas==1.4.1
- Jinja2==3.0.3
- plotly==5.6.0
- pyfaidx==0.6.4
- tqdm==4.62.3
- colorlog==6.6.0
- nbformat==5.1.3
- meth5>=1.1.1
__classifiers__:
- 'Development Status :: 4 - Beta'
- 'Intended Audience :: Science/Research'
- 'Topic :: Scientific/Engineering :: Bio-Informatics'
- 'License :: OSI Approved :: MIT License'
- 'Programming Language :: Python :: 3'
__citation__: Rene Snajder. (2021, May 4). snajder-r/pycometh
managed_files:
versipy_templates/setup.py: setup.py
versipy_templates/README.md: README.md
versipy_templates/meta.yaml: meta.yaml
versipy_templates/pycoMeth/__init__.py: pycoMeth/__init__.py