https://github.com/vejnar/LabxPipe
Tip revision: a4f21621fde5cc76993d75055903af32e05b8d87 authored by vejnar on 23 November 2022, 19:48:49 UTC
Add demultiplex command
Add demultiplex command
Tip revision: a4f2162
pyproject.toml
[build-system]
requires = ["setuptools>=61", "setuptools_scm", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "labxpipe"
authors = [{name = "Charles E. Vejnar"}]
description = "Genomics pipelines"
readme = "README.md"
requires-python = ">=3.9"
license = {text = "Mozilla Public License 2.0 (MPL 2.0)"}
dependencies = [
"labxdb-tools",
"pyfnutils",
"xlsxwriter",
"zstandard",
]
dynamic = ["version"]
[project.urls]
homepage = "https://git.sr.ht/~vejnar/LabxPipe"
[project.scripts]
lxpipe = "labxpipe_scripts.lxpipe:main"
[tool.setuptools_scm]