AUTHORS
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
docs/source/conf.py
docs/source/index.rst
requirements/conda.txt
requirements/development.txt
taboo/__init__.py
taboo/__main__.py
taboo/_compat.py
taboo/cli.py
taboo/match.py
taboo/rsnumbers.py
taboo.egg-info/PKG-INFO
taboo.egg-info/SOURCES.txt
taboo.egg-info/dependency_links.txt
taboo.egg-info/entry_points.txt
taboo.egg-info/not-zip-safe
taboo.egg-info/requires.txt
taboo.egg-info/top_level.txt
taboo/input/__init__.py
taboo/input/excel/__init__.py
taboo/input/excel/core.py
taboo/input/vcf/__init__.py
taboo/input/vcf/core.py
taboo/store/__init__.py
taboo/store/cli.py
taboo/store/core.py
taboo/store/utils.py
taboo/store/models/__init__.py
taboo/store/models/core.py
taboo/store/models/genotype.py
taboo/store/models/sample.py
taboo/subcommands/__init__.py
taboo/subcommands/load/__init__.py
taboo/subcommands/load/cli.py
taboo/subcommands/match/__init__.py
taboo/subcommands/match/cli.py
taboo/subcommands/show/__init__.py
taboo/subcommands/show/cli.py
tests/test_cli.py
tests/test_compat.py
tests/test_store.py
tests/fixtures/multi.xlsx
tests/fixtures/rsnumber-converter.vcf
tests/fixtures/rsnumbers.txt
tests/fixtures/sample.vcf
tests/fixtures/simple.csv
tests/fixtures/simple.xlsx