.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/black.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/.gitkeep
gopher/__init__.py
gopher/annotations.py
gopher/config.py
gopher/display_data.py
gopher/enrichment.py
gopher/gopher.py
gopher/graph_search.py
gopher/normalize.py
gopher/ontologies.py
gopher/stats.py
gopher/utils.py
gopher/version.py
gopher/parsers/__init__.py
gopher/parsers/tabular.py
gopher_enrich.egg-info/PKG-INFO
gopher_enrich.egg-info/SOURCES.txt
gopher_enrich.egg-info/dependency_links.txt
gopher_enrich.egg-info/entry_points.txt
gopher_enrich.egg-info/requires.txt
gopher_enrich.egg-info/top_level.txt
tests/conftest.py
tests/data/df.csv
tests/data/small-human.fasta
tests/data/small-yeast.fasta
tests/data/yeast_small.csv
tests/system_tests/.gitkeep
tests/unit_tests/annotations_test.py
tests/unit_tests/display_data_test.py
tests/unit_tests/enrichment_test.py
tests/unit_tests/graph_test.py
tests/unit_tests/normalize_test.py
tests/unit_tests/test_version.py