pypop-genomics 1.2.2__cp310-cp310-macosx_10_15_x86_64.whl → 1.3.0__cp310-cp310-macosx_10_15_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PyPop/CommandLineInterface.py +1 -3
- PyPop/_EWSlatkinExact.cpython-310-darwin.so +0 -0
- PyPop/_Emhaplofreq.cpython-310-darwin.so +0 -0
- PyPop/_Gthwe.cpython-310-darwin.so +0 -0
- PyPop/_Haplostats.cpython-310-darwin.so +0 -0
- PyPop/_Pvalue.cpython-310-darwin.so +0 -0
- PyPop/_version.py +16 -3
- PyPop/citation/CITATION.apalike +1 -1
- PyPop/citation/CITATION.bibtex +1 -1
- PyPop/citation/CITATION.cff +4 -4
- PyPop/citation/CITATION.codemeta +2 -2
- PyPop/citation/CITATION.endnote +1 -1
- PyPop/citation/CITATION.ris +1 -1
- PyPop/citation/CITATION.schema.org +2 -2
- PyPop/citation/CITATION.zenodo +4 -4
- PyPop/pypop.py +15 -5
- {pypop_genomics-1.2.2.dist-info → pypop_genomics-1.3.0.dist-info}/METADATA +3 -3
- {pypop_genomics-1.2.2.dist-info → pypop_genomics-1.3.0.dist-info}/RECORD +23 -23
- {pypop_genomics-1.2.2.dist-info → pypop_genomics-1.3.0.dist-info}/WHEEL +0 -0
- {pypop_genomics-1.2.2.dist-info → pypop_genomics-1.3.0.dist-info}/entry_points.txt +0 -0
- {pypop_genomics-1.2.2.dist-info → pypop_genomics-1.3.0.dist-info}/licenses/AUTHORS.rst +0 -0
- {pypop_genomics-1.2.2.dist-info → pypop_genomics-1.3.0.dist-info}/licenses/LICENSE +0 -0
- {pypop_genomics-1.2.2.dist-info → pypop_genomics-1.3.0.dist-info}/top_level.txt +0 -0
PyPop/CommandLineInterface.py
CHANGED
@@ -34,7 +34,6 @@ from argparse import (
|
|
34
34
|
Action,
|
35
35
|
ArgumentDefaultsHelpFormatter,
|
36
36
|
ArgumentParser,
|
37
|
-
FileType,
|
38
37
|
RawDescriptionHelpFormatter,
|
39
38
|
)
|
40
39
|
from pathlib import Path
|
@@ -238,8 +237,7 @@ current directory""",
|
|
238
237
|
add_input(
|
239
238
|
"-f",
|
240
239
|
"--filelist",
|
241
|
-
help="file containing list of files (one per line) to process
|
242
|
-
type=FileType("r"),
|
240
|
+
help="file containing list of files (one per line) to process. files are resolved relative to FILELIST, unless absolute. mutually exclusive with supplying POPFILEs)",
|
243
241
|
default=None,
|
244
242
|
)
|
245
243
|
add_input(
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
PyPop/_version.py
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
# file generated by setuptools-scm
|
2
2
|
# don't change, don't track in version control
|
3
3
|
|
4
|
-
__all__ = [
|
4
|
+
__all__ = [
|
5
|
+
"__version__",
|
6
|
+
"__version_tuple__",
|
7
|
+
"version",
|
8
|
+
"version_tuple",
|
9
|
+
"__commit_id__",
|
10
|
+
"commit_id",
|
11
|
+
]
|
5
12
|
|
6
13
|
TYPE_CHECKING = False
|
7
14
|
if TYPE_CHECKING:
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
9
16
|
from typing import Union
|
10
17
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
19
|
+
COMMIT_ID = Union[str, None]
|
12
20
|
else:
|
13
21
|
VERSION_TUPLE = object
|
22
|
+
COMMIT_ID = object
|
14
23
|
|
15
24
|
version: str
|
16
25
|
__version__: str
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
18
27
|
version_tuple: VERSION_TUPLE
|
28
|
+
commit_id: COMMIT_ID
|
29
|
+
__commit_id__: COMMIT_ID
|
19
30
|
|
20
|
-
__version__ = version = '1.
|
21
|
-
__version_tuple__ = version_tuple = (1,
|
31
|
+
__version__ = version = '1.3.0'
|
32
|
+
__version_tuple__ = version_tuple = (1, 3, 0)
|
33
|
+
|
34
|
+
__commit_id__ = commit_id = None
|
PyPop/citation/CITATION.apalike
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Lancaster A.K., Nelson M.P., Single R., Solberg O., Tsai Y., Meyer D., Webster G., Mariani M.P., Sochat V., Kornel K., Spaaks J.H., Mack S.J., and Thomson G. PyPop: Python for Population Genomics (version v1.
|
1
|
+
Lancaster A.K., Nelson M.P., Single R., Solberg O., Tsai Y., Meyer D., Webster G., Mariani M.P., Sochat V., Kornel K., Spaaks J.H., Mack S.J., and Thomson G. PyPop: Python for Population Genomics (version v1.3.0). DOI: 10.5281/zenodo.17081295 URL: http://pypop.org/
|
PyPop/citation/CITATION.bibtex
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
@misc{YourReferenceHere,
|
2
2
|
author = {Lancaster, Alexander K. and Nelson, Mark P. and Single, Richard and Solberg, Owen and Tsai, Yingsu and Meyer, Diogo and Webster, Gordon and Mariani, Michael P. and Sochat, Vanessa and Kornel, Karl and Spaaks, Jurriaan H. and Mack, Steven J. and Thomson, Glenys},
|
3
|
-
doi = {10.5281/zenodo.
|
3
|
+
doi = {10.5281/zenodo.17081295},
|
4
4
|
title = {PyPop: Python for Population Genomics},
|
5
5
|
url = {http://pypop.org/},
|
6
6
|
note = {If you use this software, please cite both the software itself, as well as the article Lancaster AK et al. (2024) <a href="https://doi.org/10.3389/fimmu.2024.1378512">PyPop: A mature open-source software pipeline for population genomics</a>. <i>Front. Immunol.</i> <b>15</b>:1378512. doi: 10.3389/fimmu.2024.1378512}
|
PyPop/citation/CITATION.cff
CHANGED
@@ -98,7 +98,7 @@ title: 'PyPop: Python for Population Genomics'
|
|
98
98
|
repository-artifact: https://pypi.org/project/pypop-genomics/
|
99
99
|
repository-code: https://github.com/alexlancaster/pypop/
|
100
100
|
license: GPL-2.0-or-later
|
101
|
-
version: v1.
|
101
|
+
version: v1.3.0
|
102
102
|
type: software
|
103
103
|
url: http://pypop.org/
|
104
104
|
identifiers:
|
@@ -120,11 +120,11 @@ identifiers:
|
|
120
120
|
relation: Continues
|
121
121
|
- description: GitHub tag for repository
|
122
122
|
type: url
|
123
|
-
value: https://github.com/alexlancaster/pypop/tree/v1.
|
123
|
+
value: https://github.com/alexlancaster/pypop/tree/v1.3.0
|
124
124
|
relation: IsSupplementTo
|
125
125
|
- description: PyPI package
|
126
126
|
type: url
|
127
|
-
value: https://pypi.org/project/pypop-genomics/1.
|
127
|
+
value: https://pypi.org/project/pypop-genomics/1.3.0
|
128
128
|
relation: IsSourceOf
|
129
129
|
- description: DOI concept identifier for all versions of PyPop
|
130
130
|
type: doi
|
@@ -140,4 +140,4 @@ keywords:
|
|
140
140
|
- Major histocompatibility complex
|
141
141
|
- HLA
|
142
142
|
- MHC
|
143
|
-
doi: 10.5281/zenodo.
|
143
|
+
doi: 10.5281/zenodo.17081295
|
PyPop/citation/CITATION.codemeta
CHANGED
@@ -192,7 +192,7 @@
|
|
192
192
|
],
|
193
193
|
"codeRepository": "https://github.com/alexlancaster/pypop/",
|
194
194
|
"description": "<p>PyPop for Population Genomics (<a href=\"http://pypop.org/\">PyPop</a>) is a Python program for processing genotype and allele data and running population genetic analyses, including conformity to Hardy-Weinberg expectations; tests for balancing or directional selection; estimates of haplotype frequencies and measures and tests of significance for linkage disequilibrium (LD). Output of analyses are stored in XML format for maximum downstream flexibility. PyPop also has an internal facility for additionally aggregating the output XML and generating output tab-separated values (TSV) files, as well as default plain text files for each population. Although it can be run on any kind of genotype data, it has additional support for analyzing population genotype with allelic nomenclature from the human leukocyte antigen (HLA) region.</p>",
|
195
|
-
"identifier": "https://doi.org/10.5281/zenodo.
|
195
|
+
"identifier": "https://doi.org/10.5281/zenodo.17081295",
|
196
196
|
"keywords": [
|
197
197
|
"population genetics",
|
198
198
|
"population genomics",
|
@@ -207,5 +207,5 @@
|
|
207
207
|
"license": "https://spdx.org/licenses/GPL-2.0-or-later",
|
208
208
|
"name": "PyPop: Python for Population Genomics",
|
209
209
|
"url": "http://pypop.org/",
|
210
|
-
"version": "v1.
|
210
|
+
"version": "v1.3.0"
|
211
211
|
}
|
PyPop/citation/CITATION.endnote
CHANGED
PyPop/citation/CITATION.ris
CHANGED
@@ -192,7 +192,7 @@
|
|
192
192
|
],
|
193
193
|
"codeRepository": "https://github.com/alexlancaster/pypop/",
|
194
194
|
"description": "<p>PyPop for Population Genomics (<a href=\"http://pypop.org/\">PyPop</a>) is a Python program for processing genotype and allele data and running population genetic analyses, including conformity to Hardy-Weinberg expectations; tests for balancing or directional selection; estimates of haplotype frequencies and measures and tests of significance for linkage disequilibrium (LD). Output of analyses are stored in XML format for maximum downstream flexibility. PyPop also has an internal facility for additionally aggregating the output XML and generating output tab-separated values (TSV) files, as well as default plain text files for each population. Although it can be run on any kind of genotype data, it has additional support for analyzing population genotype with allelic nomenclature from the human leukocyte antigen (HLA) region.</p>",
|
195
|
-
"identifier": "https://doi.org/10.5281/zenodo.
|
195
|
+
"identifier": "https://doi.org/10.5281/zenodo.17081295",
|
196
196
|
"keywords": [
|
197
197
|
"population genetics",
|
198
198
|
"population genomics",
|
@@ -207,5 +207,5 @@
|
|
207
207
|
"license": "https://spdx.org/licenses/GPL-2.0-or-later",
|
208
208
|
"name": "PyPop: Python for Population Genomics",
|
209
209
|
"url": "http://pypop.org/",
|
210
|
-
"version": "v1.
|
210
|
+
"version": "v1.3.0"
|
211
211
|
}
|
PyPop/citation/CITATION.zenodo
CHANGED
@@ -173,12 +173,12 @@
|
|
173
173
|
"scheme": "url"
|
174
174
|
},
|
175
175
|
{
|
176
|
-
"identifier": "https://github.com/alexlancaster/pypop/tree/v1.
|
176
|
+
"identifier": "https://github.com/alexlancaster/pypop/tree/v1.3.0",
|
177
177
|
"relation": "isSupplementTo",
|
178
178
|
"scheme": "url"
|
179
179
|
},
|
180
180
|
{
|
181
|
-
"identifier": "https://pypi.org/project/pypop-genomics/1.
|
181
|
+
"identifier": "https://pypi.org/project/pypop-genomics/1.3.0",
|
182
182
|
"relation": "isSourceOf",
|
183
183
|
"scheme": "url"
|
184
184
|
},
|
@@ -188,7 +188,7 @@
|
|
188
188
|
"scheme": "doi"
|
189
189
|
},
|
190
190
|
{
|
191
|
-
"identifier": "10.5281/zenodo.
|
191
|
+
"identifier": "10.5281/zenodo.17081295",
|
192
192
|
"relation": "isSupplementedBy",
|
193
193
|
"scheme": "doi"
|
194
194
|
},
|
@@ -205,5 +205,5 @@
|
|
205
205
|
],
|
206
206
|
"title": "PyPop: Python for Population Genomics",
|
207
207
|
"upload_type": "software",
|
208
|
-
"version": "v1.
|
208
|
+
"version": "v1.3.0"
|
209
209
|
}
|
PyPop/pypop.py
CHANGED
@@ -241,14 +241,24 @@ return for each prompt.""")
|
|
241
241
|
print(f"PyPop is processing {fileNames[0]} ...")
|
242
242
|
|
243
243
|
else:
|
244
|
-
# non-interactive mode: run in 'batch' mode
|
244
|
+
# non-interactive mode: run in 'batch'xb mode
|
245
245
|
|
246
246
|
if fileList:
|
247
247
|
# if we are providing the filelist
|
248
248
|
# use list from file as list to check
|
249
|
-
|
250
|
-
|
251
|
-
|
249
|
+
|
250
|
+
with open(fileList) as fileListHandle:
|
251
|
+
base_dir = (
|
252
|
+
Path(fileListHandle.name).resolve().parent
|
253
|
+
) # interpret paths relative to the fileListHandle location
|
254
|
+
li = []
|
255
|
+
for line in fileListHandle:
|
256
|
+
entry = line.strip()
|
257
|
+
if not entry:
|
258
|
+
continue
|
259
|
+
p = Path(entry)
|
260
|
+
li.append(p if p.is_absolute() else (base_dir / p).resolve())
|
261
|
+
|
252
262
|
elif popFilenames:
|
253
263
|
# check number of arguments, must be at least one, but can be more
|
254
264
|
# use args as list to check
|
@@ -264,7 +274,7 @@ return for each prompt.""")
|
|
264
274
|
# arguments
|
265
275
|
for fileName in li:
|
266
276
|
# globbedFiles = glob_with_pathlib(fileName)
|
267
|
-
globbedFiles = glob(fileName) # noqa: PTH207
|
277
|
+
globbedFiles = glob(str(fileName)) # noqa: PTH207
|
268
278
|
if len(globbedFiles) == 0:
|
269
279
|
# if no files were found for that glob, please exit and warn
|
270
280
|
# the user
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pypop-genomics
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.3.0
|
4
4
|
Summary: PyPop: Python for Population Genomics
|
5
5
|
Author: Alex Lancaster
|
6
6
|
Maintainer: PyPop team
|
@@ -20,8 +20,8 @@ Classifier: Operating System :: POSIX :: Linux
|
|
20
20
|
Description-Content-Type: text/x-rst
|
21
21
|
License-File: LICENSE
|
22
22
|
License-File: AUTHORS.rst
|
23
|
-
Requires-Dist: numpy<=2.3.
|
24
|
-
Requires-Dist: lxml<=6.0.
|
23
|
+
Requires-Dist: numpy<=2.3.2
|
24
|
+
Requires-Dist: lxml<=6.0.1
|
25
25
|
Requires-Dist: pooch<=v1.8.2
|
26
26
|
Requires-Dist: importlib-resources; python_version <= "3.8"
|
27
27
|
Requires-Dist: importlib-metadata; python_version <= "3.8"
|
@@ -1,19 +1,19 @@
|
|
1
|
-
PyPop/_Gthwe.cpython-310-darwin.so,sha256=
|
1
|
+
PyPop/_Gthwe.cpython-310-darwin.so,sha256=m1nxKteyPvgBDBXXBKOXXVB9Uqu3kr1tQe7eja00D6c,100576
|
2
2
|
PyPop/_metadata.py,sha256=klJm9CiOzcoi5lD8TksmMF_uy_VSn8ONj0dbpxonDcQ,84
|
3
3
|
PyPop/citation.py,sha256=0Cz7N9SjAM5PIPbAxzN87R4xwRnNLMsAo5HCkwV1LfE,2909
|
4
|
-
PyPop/_Haplostats.cpython-310-darwin.so,sha256=
|
5
|
-
PyPop/pypop.py,sha256=
|
4
|
+
PyPop/_Haplostats.cpython-310-darwin.so,sha256=Ikk3zl34qWD3WTbburHFVFv-HivFVhNGx7mYdGrh85I,77248
|
5
|
+
PyPop/pypop.py,sha256=RiFy2fpXQv8oBxYXSHOkY8fnohf-VuGdb9Nx3A3AZlg,13392
|
6
6
|
PyPop/HardyWeinberg.py,sha256=kFQBNPeeodORdeAuAbZgINVUYkw-21gFciMfX21aulI,45496
|
7
7
|
PyPop/Arlequin.py,sha256=lYkGQDvmX6b9aZ1lt4QWQOhkmL-DlFHSsr5NIJ5xXbI,26264
|
8
|
-
PyPop/CommandLineInterface.py,sha256=
|
9
|
-
PyPop/_version.py,sha256=
|
10
|
-
PyPop/_Emhaplofreq.cpython-310-darwin.so,sha256=
|
8
|
+
PyPop/CommandLineInterface.py,sha256=EDG8XjzaKRB5kiWTmYeQYFMLuh2sUplg9milUAotXlM,10527
|
9
|
+
PyPop/_version.py,sha256=0Oc4EBzGTJOvXX0Vym4evglW1NQPpe8RLn8TdxsKzfs,704
|
10
|
+
PyPop/_Emhaplofreq.cpython-310-darwin.so,sha256=0KH2-7R5g00S4pWuHXFGw-sc8ph2HqMVKaN_cxiCK_4,93784
|
11
11
|
PyPop/GUIApp.py,sha256=-Hk7UpEperP4_aaZOydR95ZIlWJm_Hx7d_gXZ0HCP_c,8326
|
12
|
-
PyPop/_Pvalue.cpython-310-darwin.so,sha256=
|
12
|
+
PyPop/_Pvalue.cpython-310-darwin.so,sha256=CG7sNURXegCn9rk1Sh8sR7WGC1SgGebH7-ftX3GTxLI,80080
|
13
13
|
PyPop/ParseFile.py,sha256=GEXwFyYnebt80ozbWYaGlw7RgfYiTj3PjvWtt3nSFOY,25137
|
14
14
|
PyPop/Homozygosity.py,sha256=mWWrdVYOmRH96qvU5RShWZpWbKFhKzn1ummSLTAlw_A,17640
|
15
15
|
PyPop/__init__.py,sha256=HAkR6vghF3uKG_L0OSWhHOF8EEHu9rZivA2OLkZs3Vs,3523
|
16
|
-
PyPop/_EWSlatkinExact.cpython-310-darwin.so,sha256=
|
16
|
+
PyPop/_EWSlatkinExact.cpython-310-darwin.so,sha256=wcEJl1nbStIwzY5-vzo864-3dcPzaZvG5mR7ed9aCE4,77520
|
17
17
|
PyPop/Haplo.py,sha256=Gn9-lulpGIF6Wao1I_2jCrTCjUKG29vMybQo9eoV9BU,43611
|
18
18
|
PyPop/DataTypes.py,sha256=VMbq4tJDcS9ZFqFJ40tFHCBPc5v0XC6LqqpdsxwV-Po,17828
|
19
19
|
PyPop/Utils.py,sha256=_5F3ebv6v5yz3J715G39DisYrvwJ3cIZFgFr0VoA6Fk,27878
|
@@ -22,14 +22,14 @@ PyPop/RandomBinning.py,sha256=dY10mmoMfHvq85D6DSucgeP_p05itlZ2Cd-37_sNuLU,11794
|
|
22
22
|
PyPop/popmeta.py,sha256=00aPgpMu3emjGGZhfHf4PO97uPjqr02zgV4jBe6VlOg,3097
|
23
23
|
PyPop/Main.py,sha256=ebO3EG2kEE_nP9a-KjwjN739yLlkTMxMykSUpikOVKk,58916
|
24
24
|
PyPop/Meta.py,sha256=JA0AS2Nb8zogzkcVq--K4ZS549NyhB6XsZxeyoUB4tY,16421
|
25
|
-
PyPop/citation/CITATION.schema.org,sha256=
|
26
|
-
PyPop/citation/CITATION.cff,sha256=
|
27
|
-
PyPop/citation/CITATION.codemeta,sha256=
|
28
|
-
PyPop/citation/CITATION.ris,sha256=
|
29
|
-
PyPop/citation/CITATION.endnote,sha256=
|
30
|
-
PyPop/citation/CITATION.zenodo,sha256=
|
31
|
-
PyPop/citation/CITATION.apalike,sha256=
|
32
|
-
PyPop/citation/CITATION.bibtex,sha256=
|
25
|
+
PyPop/citation/CITATION.schema.org,sha256=jyLWVl3BEkxk4fp3q0FR-NRjQ57hKzRVyMlgdqJcC0Y,6103
|
26
|
+
PyPop/citation/CITATION.cff,sha256=YMy1x5I1KX9ia-iBeJoOygNkE8XS0Hkt6ydqo-9KnqE,5203
|
27
|
+
PyPop/citation/CITATION.codemeta,sha256=MiA6kNsNJAhzTF38s71MlCmMCV0At-pIr_hqUVzjJQI,6128
|
28
|
+
PyPop/citation/CITATION.ris,sha256=D4mo4-25txU12VsEa0qZkAevjTSWXWy_lMfqqzTzBRY,1473
|
29
|
+
PyPop/citation/CITATION.endnote,sha256=0GQp6QiZH_NB1otIrl0Tb9PuAHFTbVSpeGzW0gvYGBc,542
|
30
|
+
PyPop/citation/CITATION.zenodo,sha256=PBPNiFigw0wPU-0z4m1FMDchKOJOWfhOrCM7JqgHREc,5813
|
31
|
+
PyPop/citation/CITATION.apalike,sha256=NBRvEAr-DIyVldf0e1zsL1YaW3grcUQ1da3OdruarMY,266
|
32
|
+
PyPop/citation/CITATION.bibtex,sha256=N0WZCylgHpqWzC73PwcW8h7gd8yZtW3i2v79BzgoqTY,734
|
33
33
|
PyPop/.dylibs/libgsl.27.dylib,sha256=juXh8NCR9B9AjcJcjikljdHEkoKq0Td67jRmyA9Gqkk,2267952
|
34
34
|
PyPop/.dylibs/libgslcblas.0.dylib,sha256=KnGI2qPoh50puWytYITePeL3XcbsGQOHjC7awSK2ey0,272784
|
35
35
|
PyPop/xslt/html.xsl,sha256=gnGcMZWd_TxwdYAET3FymQaaV9w_X7yOEJ7ZSyNszLg,4003
|
@@ -48,10 +48,10 @@ PyPop/xslt/emhaplofreq.xsl,sha256=9dnAB-NZoDm82qkvbt211g86rLqORlkGJhjqE6FE_9w,20
|
|
48
48
|
PyPop/xslt/summary.xsl,sha256=65ELgLKiACtDzg513zPeeRJgh2D2JiJodVmIYkrFt4o,8104
|
49
49
|
PyPop/xslt/sort-by-locus.xsl,sha256=Hho3vRPmh4MwA78N6IOGnHSbw1eFuTPvDJYMoh09jPg,3557
|
50
50
|
PyPop/xslt/homozygosity.xsl,sha256=t8kzz2jI1D12cuO4pvdNIp9FlCvgJ2JREBplkFyDQWY,8635
|
51
|
-
pypop_genomics-1.
|
52
|
-
pypop_genomics-1.
|
53
|
-
pypop_genomics-1.
|
54
|
-
pypop_genomics-1.
|
55
|
-
pypop_genomics-1.
|
56
|
-
pypop_genomics-1.
|
57
|
-
pypop_genomics-1.
|
51
|
+
pypop_genomics-1.3.0.dist-info/RECORD,,
|
52
|
+
pypop_genomics-1.3.0.dist-info/WHEEL,sha256=w4Ej8rWd6Mz4P3gj3myllXfo6jHv3mQfDMsmfWdsfok,138
|
53
|
+
pypop_genomics-1.3.0.dist-info/entry_points.txt,sha256=xuDv6wA6DWZCGBAb7ToXJAtZqgif4jbETunSRUCQ8gM,121
|
54
|
+
pypop_genomics-1.3.0.dist-info/top_level.txt,sha256=-FmIDUP0746bJsBmhtrb6yAGMKot7SzKWvHLRmtFBJ8,6
|
55
|
+
pypop_genomics-1.3.0.dist-info/METADATA,sha256=q4Wg24nUyROXHn9Go6cdohnVjU5rxZIzSX3lm4Tof34,16441
|
56
|
+
pypop_genomics-1.3.0.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
57
|
+
pypop_genomics-1.3.0.dist-info/licenses/AUTHORS.rst,sha256=z6f2avIyI-u3doYPtWLR5gHXeO_kBac-E2mRNONbRZc,4300
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|