-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathsetup.cfg
57 lines (53 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
[metadata]
name = flair-brookslab
version = 2.0.0
author = Jeltje van Baren
author_email = [email protected]
description = flair
long_description = file: README.md, LICENSE.txt
long_description_content_type = text/markdown
url = https://github.com/BrooksLabUCSC/flair
project_urls =
Bug Tracker = https://github.com/BrooksLabUCSC/flair/issues
repository = https://github.com/BrooksLabUCSC/flair
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
setuptools
numpy
ncls
pybedtools
mappy==2.24
pysam
scipy
pipettor
pandas
scripts =
bin/assign_variants_to_transcripts
bin/junctions_from_sam
bin/mark_intron_retention
bin/mark_productivity
bin/normalize_counts_matrix
bin/bam2Bed12
bin/diff_iso_usage
bin/diffsplice_fishers_exact
bin/plot_isoform_usage
bin/predictProductivity
bin/sam_to_map
bin/fasta_seq_lengths
bin/gtf_to_bed
bin/bed_to_sequence
bin/identify_annotated_gene
bin/identify_gene_isoform
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
flair = flair.flair:main