forked from ijhoskins/satmut_utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
50 lines (47 loc) · 1.32 KB
/
setup.cfg
File metadata and controls
50 lines (47 loc) · 1.32 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
47
48
49
50
[metadata]
name = satmut_utils
version = 1.1.2
author = Ian Hoskins
author_email = ianjameshoskins@utexas.edu
description = Tools for variant simulation and variant calling in paired end, targeted sequencing saturation mutagenesis experiments
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/CenikLab/satmut_utils
project_urls =
Bug Tracker = https://github.com/CenikLab/satmut_utils/issues
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
packages = find:
package_dir =
= src
python_requires = >=3.7
include_package_data = True
zip_safe = False
install_requires =
aenum>=3.0.0
bcftools>=1.14
bedtools>=2.30.0
bowtie2>=2.4.4
cutadapt>=3.5
nose2>=0.9.2
numpy>=1.21.4
pip>=21.3.1
pybedtools>=0.8.2
pysam>=0.17.0
samtools>=1.14
statistics>=1.0.3.5
umi_tools>=1.1.2
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
satmut_utils = satmut_utils.satmut_utils:main
satmut_align = scripts.run_bowtie2_aligner:main
satmut_trim = scripts.run_fastq_preprocessor:main