forked from vrmarcelino/CCMetagen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (36 loc) · 1.11 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
[metadata]
name = CCMetagen
version = 1.2.4
author = Vanessa R. Marcelino Jan P. Buchmann Andreas Sjödin Philip T.L.C. Clausen
author_email = [email protected]
description = Microbiome classification pipeline
long_description = file: README.md
long_description_content_type = text/markdown
keywords = bioinformatics taxonomy metagenomic classifier KMA
url = https://github.com/vrmarcelino/CCMetagen.git
project_urls =
Source = https://github.com/vrmarcelino/CCMetagen.git
Preprint = https://www.biorxiv.org/content/10.1101/641332v2
license = GPL-3.0
classifiers =
Programming Language :: Python :: 3.6
Operating System :: POSIX :: Linux
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
python_requires = >=3.6
packages =
ccmetagen
install_requires =
pandas
ete3
scripts =
CCMetagen.py
CCMetagen_merge.py
CCMetagen_extract_seqs.py
include_package_data = True
#[options.package_data]
#ccmetagen = CCMetagen.py