Skip to content
Snippets Groups Projects
Commit e3918398 authored by christine.tranchant_ird.fr's avatar christine.tranchant_ird.fr
Browse files

pyproject.toml updated for snakecdysis except classifier

parent 6002f9f4
No related branches found
No related tags found
No related merge requests found
......@@ -46,4 +46,4 @@ docs/_templates/
#culebrONT/containers/Singularity.culebront_tools.sif
#culebrONT/containers/Singularity.report.sif
#.tox
#culebrONT/_version.py
frangiPANe/_version.py
......@@ -10,7 +10,7 @@ requires = [
# configuration of setuptools_scm to use tag version autoincrementation
# used last TAG version dernier
[tool.setuptools_scm]
write_to = "frangiPANe/_version.py" #TODO: SEB 17/11 => creer automatiquement mais à ajouter dans .gitignore
write_to = "frangiPANe/_version.py" #creer automatiquement
version_scheme = "release-branch-semver"
tag_regex = "^(\\d.\\d.\\d)-*\\w*\\d*$"
local_scheme = "no-local-version"
......@@ -19,29 +19,30 @@ local_scheme = "no-local-version"
[project]
name = "frangiPANe" #"culebrONT"
dynamic = ["version"]
description = """blablabla"""
description = """frangiPANe was developed as a modular and interactive application to simplify the construction of a panreference using the map-then-assembly approach. It consists in a Jupyter Notebook application that centralizes code,documentation and interactive visualizations together"""
authors = [
{ name = "Tranchant-Dubreuil Christine (IRD)", email = "christine.tranchant@ird.fr" },
]
maintainers = [
{ name = "Tranchant-Dubreuil Christine (IRD)", email = "christine.tranchant@ird.fr" },
]
dependencies = ["pandas", #TODO: SEB 17/11 => actualiser avec packages python / rules etc.
"matplotlib",
"tabulate",
"ipython",
dependencies = ["panel",
"biopython",
"pysam",
"numpy",
"snakecdysis>=0.1.0",
"setuptools>=68.2.0",
"nbformat"
"snakemake.utils",
"pandas", #TODO: SEB 17/11 => actualiser avec packages python / rules etc.
"matplotlib",
"seaborn",
"snakecdysis>=0.1.0"
#"setuptools>=68.2.0",
#"nbformat"
]
requires-python = ">=3.8"
readme = "README.rst"
license = { file = "LICENCE" }
keywords = ["snakemake", "pangenomics", "workflow", "HPC"]
classifiers = [ #TODO
classifiers = [ #TODO : https://pypi.org/classifiers/
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: CeCILL-C Free Software License Agreement (CECILL-C)',
'License :: Free for non-commercial use',
......@@ -57,15 +58,14 @@ classifiers = [ #TODO
'Natural Language :: English',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Software Development :: Assemblers'
]
[project.urls] #TODO
Homepage = "https://forge.ird.fr/diade/culebront_pipeline"
Downloads = "https://forge.ird.fr/diade/culebront_pipeline/archive/"
"Bug Tracker" = "https://forge.ird.fr/diade/culebront_pipeline/issues"
Documentation = "https://snakecdysis.readthedocs.io/en/latest/"
"Source Code" = "https://forge.ird.fr/diade/culebront_pipeline"
Homepage = "https://forge.ird.fr/diade/frangipane"
Downloads = "https://forge.ird.fr/diade/frangipane/archive/"
"Bug Tracker" = "https://forge.ird.fr/diade/frangipane/issues"
Documentation = "https://frangipane.readthedocs.io/en/latest/"
"Source Code" = "https://forge.ird.fr/diade/frangipane"
[project.optional-dependencies]
dev = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment