-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
35 lines (31 loc) · 892 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 = cispliceai
version = 1.1.0
description = CI-SpliceAI: Predicting splicing disruptions, trained on all isoforms
long_description = file: README.md
long_description_content_type = text/markdown
keywords = splicing, rna, machine learning, SpliceAI
url = https://ci-spliceai.com
author = Yaron Strauch
author_email = [email protected]
license = CC BY 4.0
license_files = LICENSE
[options]
packages = find:
install_requires =
keras>=2.4.0,<3
pyfaidx>=0.5.0
numpy>=1
pandas>=1
pysam>=0.10
# biopython>=1.73 # only needed for .fa.gz files which users can install themselves if required
; python_version == "3"
[options.extras_require]
cpu = tensorflow>=1.15.0
gpu = tensorflow-gpu>=1.15.0
[options.package_data]
cispliceai = data/*
[options.entry_points]
console_scripts =
cis-vcf=cispliceai.console:vcf
cis-json=cispliceai.console:json