-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
31 lines (28 loc) · 1.07 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
[metadata]
name = StrainFlair
version = 0.0.2
description = StrainFLAIR (STRAIN-level proFiLing using vArIation gRaph) is a tool for strain identification and quantification that uses variation graph representation of genes sequences
long_description = file: README.md
long_description_content_type = text/markdown
author = Kévin Da Silva - Pierre Peterlongo
author_email = [email protected], [email protected]
url = https://github.com/kevsilva/StrainFLAIR
licence = GNU Affero General Public License v3.0
[options]
zip_safe = False
packages = strainflair
install_requires =
pandas>=1.2.1
Bio>=0.3.0
numpy>=1.14.5
networkx>=2.5.1
scripts = StrainFLAIR.sh
[zest.releaser]
create-wheel = yes
[options.entry_points]
console_scripts =
compute_strains_abundance = strainflair.__main__:compute_strains_abundance_main
concat_graphs = strainflair.__main__:concat_graphs_main
genes_prediction = strainflair.__main__:genes_prediction_main
graphs_construction = strainflair.__main__:graphs_construction_main
json2csv = strainflair.__main__:json2csv_main