-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (42 loc) · 1.02 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = card_scrnaseq_pipeline
version = 1.1.21
description = A collection of command-line wrappers for scanpy scRNA-seq
author = Lirong Peng and Nicholas Johnson
author_email = [email protected]
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
license = BSD 3-Clause License
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: MacOS :: MacOS X
Operating System :: POSIX
Topic :: Scientific/Engineering :: Bio-Informatics
url = https://github.com/NIH-CARD/scOmicPipeline
readme = README.md
#scripts = src/scrnapipeline/scrnapipeline.py
[options]
package_dir=
=src
packages=find:
py_modules=
helpers
install_requires =
anndata
h5py
leidenalg
matplotlib
numpy
pandas
pymde
scanpy
scvi-tools
seaborn
torch
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
scrnapipeline = scrnapipeline.scrnapipeline:main