forked from frisen-lab/TREX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (31 loc) · 790 Bytes
/
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
[metadata]
name = trex
author = Leonie von Berlin, Marcel Martin
author_email =
url = https://github.com/frisen-lab/TREX
description = simultaneous lineage TRacking and EXpression profiling of single cells using RNA-seq
license = MIT
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
python_requires = >=3.7
package_dir =
=src
packages = find:
install_requires =
pysam
numpy
xopen>=0.5.0
pandas
anndata
[options.entry_points]
console_scripts =
trex = trex.__main__:main
[options.packages.find]
where = src