-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (37 loc) · 1.14 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
[metadata]
name = MetaPCbin
version = metapcbin.__version__
author = Chamika Nandasiri, Sasindu Alahakoon, Gayal Dassanayake
description = MetaGSC plasmid/chromosome predictor for metagenomic assemblies.
long_description = file: README.md
keywords = bioinformatics, plasmid, chromosome, metagenomic
long_description_content_type = text/markdown
url = https://github.com/MetaGSC/MetaPCbin
project_urls =
Bug Tracker = https://github.com/MetaGSC/MetaPCbin/issues
classifiers =
Operating System :: POSIX :: Linux
Development Status :: 2 - Pre-Alpha
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Natural Language :: English
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
package_dir =
= .
packages = find:
install_requires =
biopython
tqdm
scikit-learn==1.0.1
torch==1.9.0
torchvision==0.10.0
matplotlib==3.4.3
numpy==1.21.4
pandas==1.3.4
seaborn==0.11.2
python_requires = >=3.6
[options.entry_points]
console_scripts =
metapcbin = pipeline.pipeline:main