-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (42 loc) · 1.18 KB
/
setup.cfg
File metadata and controls
46 lines (42 loc) · 1.18 KB
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
[metadata]
# replace with your username:
name = hcrprobedesign
version = 0.3.5
author = Loyal A. Goff
author_email = loyalgoff@jhmi.edu
description = Probe Design tool for Hybridization Chain Reaction
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/gofflab/HCRProbeDesign
project_urls =
Bug Tracker = https://github.com/gofflab/HCRProbeDesign/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
primer3-py
biopython
beautifulsoup4
pysam
zipfile36
pyyaml
include_package_data = True
[options.packages.find]
where = src
[options.package_data]
HCRProbeDesign =
HCRconfig.yaml
indices/.gitkeep
[options.entry_points]
console_scripts =
designProbes = HCRProbeDesign.probeDesign:main
designProbesBatch = HCRProbeDesign.probeDesign:main_batch
fetchMouseIndex = HCRProbeDesign.genomeMask:install_index
buildGenomeIndex = HCRProbeDesign.referenceGenome:main
listReferences = HCRProbeDesign.listReferences:main