dbdimitrov / metalinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metalinks-biocypher

DOI

This is the Repo for the Metalinks database, which collects and curates knowledge around metabolite-protein interactions. You can query our dataset in our web app here: MetalinksDB webpage

Reproducing Metalinks

  1. Clone this repository.
git clone https://github.com/biocypher/metalinks.git
cd metalinks
  1. Install the required packages.
poetry install

or

conda env create -f env.yml
conda activate metalinks

To create the knowledge graph, run the following within the created environment:

python create_knowledge_graph.py

All additional files and a webpage dump can be found here: zenodo

About

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:Dockerfile 0.7%Language:Shell 0.3%