-
Notifications
You must be signed in to change notification settings - Fork 17
/
setup.cfg
91 lines (88 loc) · 2.2 KB
/
setup.cfg
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[metadata]
name = mosaic-nist
version = 2.4
author = National Institute of Standards and Technology (NIST)
author_email = arvind.balijepalli@nist.gov
maintainer = Arvind Balijepalli
maintainer_email = arvind.balijepalli@nist.gov
url = https://pages.nist.gov/mosaic/
license = US Government Open Source
project_urls =
Bug Tracker = https://github.com/usnistgov/mosaic/issues
description = A Modular Single-Molecule Analysis Interface.
long_description_content_type = text/x-rst
long_description = file: README.rst, CHANGELOG.rst
platforms = MacOS, Windows, Linux
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Scientific/Engineering :: Bio-Informatics
Programming Language :: Python :: 3
Operating System :: OS Independent
keywords = nanopore timeseries single-molecule data-analysis
[options]
python_requires = >=3.8
install_requires =
cython==0.29.32
pandas==1.5.2
lmfit==1.1.0
uncertainties==3.1.7
PyWavelets==1.4.1
pytest==7.2.2
coverage==6.5.0
codecov==2.1.12
pytest-cov==4.0.0
pyinstaller==5.6.2
numpy==1.23.5
scipy==1.9.3
pyabf==2.3.7
docutils==0.19
flask==2.3.2
gunicorn==20.1.0
packages =
mosaic
mosaic.filters
mosaic.mdio
mosaic.trajio
mosaic.process
mosaic.partition
mosaic.apps
mosaic.tests
mosaic.trajio.qdf
mosaic.trajio.abf
mosaic.utilities
mosaicweb
mosaicweb.mosaicAnalysis
mosaicweb.plotlyUtils
mosaicweb.sessionManager
mosaicweb.utils
scripts =
bin/analysis.py
addons/mathematica/MosaicAnalysis.m
addons/mathematica/MosaicUtils.m
addons/mathematica/Util.m
addons/MATLAB/openandquery.m
.scripts/install-addons-sh
.scripts/pyinstaller-sh
commit-hash
version-hash
mweb-version-hash
requirements.txt
DISCLAIMER.TXT
README.rst
CHANGELOG.rst
LICENSE.rst
[options.extras_require]
test =
pytest
pytest-cov
coverage
[options.package_data]
icons =
'icons/icon_100px.png'
'icons/error-128.png'
'icons/warning-128.png'
data =
'data/eventMD-PEG28-ADEPT2State.sqlite'
'data/.settings', 'data/SingleChan-0001.qdf'
'data/SingleChan-0001_state.txt'