Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
58a2972c
Commit
58a2972c
authored
11 months ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
Move most config to setup.cfg instead of pyproject.toml
parent
98d8e741
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+0
-36
0 additions, 36 deletions
pyproject.toml
setup.cfg
+53
-0
53 additions, 0 deletions
setup.cfg
with
53 additions
and
36 deletions
pyproject.toml
+
0
−
36
View file @
58a2972c
[build-system]
requires
=
[
"setuptools"
]
build-backend
=
"setuptools.build_meta"
[
project
]
name
=
"PanACoTA"
authors
=
[
{name
=
"Amandine PERRIN"
,
email
=
"amandine.perrin@pasteur.fr"
}
,
]
description
=
"Large scale comparative genomics tools: annotate genomes, do pangenome, core/persistent genome, align core/persistent families, infer phylogenetic tree."
requires-python
=
">
=
3.7
"
keywords
=
[
"persistent genome"
,
"pangenome"
,
"bacteria"
,
"Bioinformatics"
,
"Comparative genomics"
,
"core genome"
,
"phylogenetic tree"
,
"alignment"
,
"families"
]
license
=
{
text
=
"aGPL v3"
}
classifiers
=
[
"Environment :: Console"
,
"Intended Audience :: Science/Research"
,
"License :: OSI Approved :: GNU Affero General Public License v3"
,
"Programming Language :: Python :: 3"
,
"Operating System :: OS Independent"
,
"Topic :: Scientific/Engineering :: Bio-Informatics"
,
]
dynamic
=
[
"version"
,
"readme"
,
"dependencies"
,
"optional-dependencies"
]
[
tool.setuptools.dynamic
]
version
=
{
attr
=
"PanACoTA.__init__.__version__"
}
readme
=
{
file
=
[
"README.md"
]}
dependencies
=
{
file
=
[
"requirements.txt"
]}
optional-dependencies
=
{
dev
=
{
file
=
[
"requirements-dev.txt"
]}}
[
project.scripts
]
PanACoTA
=
"PanACoTA.bin.run_panacota:main"
[
tool.setuptools
]
packages
=
[
"PanACoTA"
]
[
project.urls
]
homepage
=
"https://github.com/gem-pasteur/PanACoTA"
documentation
=
"https://aperrin.pages.pasteur.fr/pipeline_annotation/html-doc/"
This diff is collapsed.
Click to expand it.
setup.cfg
+
53
−
0
View file @
58a2972c
[metadata]
version
=
attr: PanACoTA.__init__.__version__
name
=
PanACoTA
author
=
Amandine PERRIN
author_email
=
amandine.perrin@pasteur.fr
description
=
Large scale comparative genomics tools: annotate genomes, do pangenome, core/persistent genome, align core/persistent families, infer phylogenetic tree.
long_description
=
file: README.md
long_description_content_type
=
text/markdown
home_page
=
https://github.com/gem-pasteur/PanACoTA
project_urls
=
Documentation
=
https://aperrin.pages.pasteur.fr/pipeline_annotation/html-doc/
license
=
aGPLv3
license_files
=
COPYING
classifiers
=
Programming
Language
::
Python
::
3
License
::
OSI
Approved
::
GNU
Affero
General
Public
License
v3
(aGPL
v3)
Operating
System
::
OS
Independent
Environment
::
Console
Intended
Audience
::
Science/Research
Topic
::
Scientific/Engineering
::
Bio-Informatics
[options]
requires-python
=
">=3.10"
install_requires
=
termcolor
colorlog
progressbar2
ncbi_genome_download
>=
0.3.3
numpy>=1.11
scipy
matplotlib>=2.0.0
biopython>=1.60
# only used for tree subcommand with fastme and quicktree... Comment this line if you do not want to use it
packages
=
find:
[options.packages.find]
exclude
=
build
tests
[options.extras_require]
dev
=
sphinx
sphinx_rtd_theme
numpydoc
pytest>=2.5.2
pytest-cov>=1.6
pytest-mpl>=0.8
coverage>=4
[options.entry_points]
console_scripts
=
PanACoTA
=
PanACoTA.bin.run_panacota:main
[test]
local_freetype
=
True
tests
=
True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment