.codecov.yml
.readthedocs.yml
.travis.yml
AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/source/cli.rst
docs/source/conf.py
docs/source/index.rst
docs/source/manager.rst
docs/source/models.rst
src/bin/bootstrap.sh
src/pathme_viewer/__init__.py
src/pathme_viewer/__main__.py
src/pathme_viewer/cli.py
src/pathme_viewer/constants.py
src/pathme_viewer/graph_utils.py
src/pathme_viewer/load_db.py
src/pathme_viewer/manager.py
src/pathme_viewer/models.py
src/pathme_viewer.egg-info/PKG-INFO
src/pathme_viewer.egg-info/SOURCES.txt
src/pathme_viewer.egg-info/dependency_links.txt
src/pathme_viewer.egg-info/entry_points.txt
src/pathme_viewer.egg-info/not-zip-safe
src/pathme_viewer.egg-info/requires.txt
src/pathme_viewer.egg-info/top_level.txt
src/pathme_viewer/static/css/graph.css
src/pathme_viewer/static/css/legend.css
src/pathme_viewer/static/css/nav.css
src/pathme_viewer/static/css/slider.css
src/pathme_viewer/static/img/EFPIA_logo.jpg
src/pathme_viewer/static/img/aetionomy_logo.png
src/pathme_viewer/static/img/bel300x.png
src/pathme_viewer/static/img/eu_logo.png
src/pathme_viewer/static/img/imi_logo.png
src/pathme_viewer/static/img/main_page_screenshot.jpg
src/pathme_viewer/static/img/scai_logo.svg
src/pathme_viewer/static/img/visualization_example.jpg
src/pathme_viewer/static/img/logo/PathGuay.png
src/pathme_viewer/static/img/logo/PathMe.png
src/pathme_viewer/static/img/logo/pathme-logo-100px.png
src/pathme_viewer/static/js/home_controller.js
src/pathme_viewer/static/js/pathway_controller.js
src/pathme_viewer/static/js/venn.js
src/pathme_viewer/static/js/d3-force-reused/manyBodyReuse.js
src/pathme_viewer/static/js/inspire-tree/inspire-tree-bundled.js
src/pathme_viewer/static/js/inspire-tree/inspire-tree.css
src/pathme_viewer/static/js/svg_to_png/saveSvgAsPng.js
src/pathme_viewer/templates/base.html
src/pathme_viewer/templates/home.html
src/pathme_viewer/templates/pathme_nav.html
src/pathme_viewer/templates/pathme_viewer.html
src/pathme_viewer/templates/pathway_overlap.html
src/pathme_viewer/templates/pathway_table.html
src/pathme_viewer/templates/dependencies/common.html
src/pathme_viewer/templates/dependencies/graph_css.html
src/pathme_viewer/templates/dependencies/graph_js.html
src/pathme_viewer/templates/dependencies/venn.html
src/pathme_viewer/templates/meta/about.html
src/pathme_viewer/templates/meta/footer.html
src/pathme_viewer/templates/meta/help.html
src/pathme_viewer/templates/meta/macros.html
src/pathme_viewer/web/__init__.py
src/pathme_viewer/web/views.py
src/pathme_viewer/web/web.py
tests/test_utils.py