File tree Expand file tree Collapse file tree 3 files changed +30
-41
lines changed
Expand file tree Collapse file tree 3 files changed +30
-41
lines changed Original file line number Diff line number Diff line change 1+ [tool .poetry ]
2+ name = " ScreenPro2"
3+ version = " 0.5.0"
4+ description = " Flexible analysis of high-content CRISPR screening"
5+ authors = [
6+ " Abe Arab <abea@arcinstitute.org>"
7+ ]
8+ license = " MIT"
9+ readme = " README.md"
10+ homepage = " https://github.com/ArcInstitute/ScreenPro2"
11+ repository = " https://github.com/ArcInstitute/ScreenPro2"
12+ keywords = [" CRISPR" , " screening" , " bioinformatics" ]
13+ packages = [
14+ { include = " screenpro" },
15+ { include = " pyproject.toml" },
16+ ]
17+
18+ [tool .poetry .dependencies ]
19+ python = " >=3.9"
20+
21+ [tool .poetry .scripts ]
22+ screenpro = " screenpro.main:main"
23+
24+ [tool .poetry .group .test .dependencies ]
25+ pytest = " *"
26+ tomli = " *"
27+
28+ [build-system ]
29+ requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning>=1.0.0,<2.0.0" ]
30+ build-backend = " poetry_dynamic_versioning.backend"
Original file line number Diff line number Diff line change 2929from .ngs import GuideCounter
3030from .assays import PooledScreens , GImaps
3131from .dashboard import DrugScreenDashboard
32-
33-
34- __version__ = "0.4.18"
35- __author__ = "Abe Arab"
36- __email__ = 'abea@arcinstitute.org' # "abarbiology@gmail.com"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments