.flake8
.readthedocs.yml
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
mappings/decopath.tsv
mappings/kegg_reactome.csv
mappings/kegg_wikipathways.csv
mappings/pathbank_kegg.csv
mappings/pathbank_reactome.csv
mappings/pathbank_wikipathways.csv
mappings/reactome_hierarchy.tsv
mappings/special_mappings.csv
mappings/wikipathways_reactome.csv
mappings/neurommsig/ad_neurommsig_pathway_dbs.tsv
mappings/neurommsig/pd_neurommsig_pathway_dbs.tsv
src/compath_resources/__init__.py
src/compath_resources/__main__.py
src/compath_resources/cli.py
src/compath_resources/constants.py
src/compath_resources/curation.py
src/compath_resources/manager.py
src/compath_resources/pathway_size_statistics.py
src/compath_resources/summarize.py
src/compath_resources/sync.py
src/compath_resources.egg-info/PKG-INFO
src/compath_resources.egg-info/SOURCES.txt
src/compath_resources.egg-info/dependency_links.txt
src/compath_resources.egg-info/entry_points.txt
src/compath_resources.egg-info/not-zip-safe
src/compath_resources.egg-info/requires.txt
src/compath_resources.egg-info/top_level.txt
src/compath_resources/exporters/__init__.py
src/compath_resources/exporters/bel.py
src/compath_resources/exporters/rdf.py
src/compath_resources/resources/__init__.py
src/compath_resources/resources/decopath.tsv
src/compath_resources/resources/kegg_reactome.tsv
src/compath_resources/resources/kegg_wikipathways.tsv
src/compath_resources/resources/pathbank_kegg.tsv
src/compath_resources/resources/pathbank_reactome.tsv
src/compath_resources/resources/pathbank_wikipathways.tsv
src/compath_resources/resources/reactome_hierarchy.tsv
src/compath_resources/resources/special_mappings.tsv
src/compath_resources/resources/wikipathways_reactome.tsv
tests/test_integrity.py