.codespellrc
.coveragerc
.flake8
.gitignore
AUTHORS.rst
LICENSE.md
Makefile
README.md
codecov.yml
dev-requirements.txt
docs-requirements.txt
ignore_words.txt
install-qctool.sh
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/links.inc
docs/maintaining.rst
docs/redirect.html
docs/whats_new.rst
docs/_templates/versions.html
docs/changes/contributors.inc
docs/changes/latest.inc
docs/changes/v0.0.2.inc
docs/sphinxext/gh_substitutions.py
examples/README.rst
examples/plot_example_mock_data.py
examples/data/weights_all.csv
hipsnp/__init__.py
hipsnp/_version.py
hipsnp/hipsnp.py
hipsnp.egg-info/PKG-INFO
hipsnp.egg-info/SOURCES.txt
hipsnp.egg-info/dependency_links.txt
hipsnp.egg-info/requires.txt
hipsnp.egg-info/top_level.txt
hipsnp/tests/__init__.py
hipsnp/tests/test_genotype.py
hipsnp/tests/test_io.py
hipsnp/tests/data/rsid_699_102.csv
hipsnp/tests/data/validation_metadata
hipsnp/tests/data/weights_100.csv
hipsnp/tests/data/weights_5.csv
hipsnp/tests/data/weights_5_duplicatedRSID.csv
hipsnp/tests/data/weights_5_other_headers.csv
hipsnp/tests/data/weights_5_unsortedRSID.csv
hipsnp/tests/data/weights_PGS000001.txt
hipsnp/tests/data/weights_all.csv
hipsnp/tests/data/weights_noMatchRSID.csv
hipsnp/utils/__init__.py
hipsnp/utils/logging.py
hipsnp/utils/qctool.py
hipsnp/utils/testing.py