-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
44 lines (40 loc) · 1.26 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
[metadata]
name = spacemake
version = 0.7.6
author = Tamas Ryszard Sztanka-Toth, Marvin Jens, Nikos Karaiskos, Nikolaus Rajewsky
author_email = [email protected]
description = A bioinformatic pipeline for the analysis of spatial transcriptomic data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rajewsky-lab/spacemake
project_urls =
Bug Tracker = https://github.com/rajewsky-lab/spacemake/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: OS Independent
license = GPL
[options]
zip_safe = False
python_requires = >=3.6
include_package_data = True
package_dir =
spacemake = spacemake
packages = spacemake
[options.package_data]
spacemake =
snakemake/*.smk
snakemake/scripts/*.R
snakemake/scripts/*.Rmd
snakemake/scripts/*.py
data/*.csv
config/*.yaml
longread/*.py
# [options.data_files]
# snakemake = spacemake/snakemake/dropseq.smk
[options.entry_points]
console_scripts =
alnstats = spacemake.alnstats:cmdline
preprocess = spacemake.preprocess:cmdline
spacemake = spacemake.smk:cmdline
pb_annotate = spacemake.longread.cmdline:cmdline