We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc62564 commit 2b3b40fCopy full SHA for 2b3b40f
pyproject.toml
@@ -23,6 +23,8 @@ dependencies = [
23
# cyvcf2 also pulls in coloredlogs and click
24
"coloredlogs",
25
"click",
26
+ # Using pandas for reading plink files, but will be useful more generally
27
+ "pandas"
28
]
29
requires-python = ">=3.10"
30
classifiers = [
@@ -68,11 +70,9 @@ dev = [
68
70
69
71
# TODO Using dev version of tskit for CI, FIXME before release
72
tskit = ["tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python"]
-plink = ["bed_reader"]
73
vcf = ["cyvcf2"]
74
all = [
75
"tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
- "bed_reader",
76
"cyvcf2"
77
78
0 commit comments