Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Latest commit

 

History

History

CreateSQLDatabase

Creating the SQL Metadata database

Once you have all the publications from PubEnricher.py, you can create the SQL database.

In each file you must put the name of the database where you want to store the data.

  1. First, create the tables where the most of the data will be stored.
python3 create_tables.py
  1. Then, create the publication nodes in the Publications table. You must write the path of your publications domain.
python3 simply_publications.py
  1. Then, create the publication-publication edges in table "Citations":
python3 simply_citations.py
  1. Infer tools and EDAM keywords from the publications.
python3 simply_infertools_key.py
  1. Add subclasses in the EDAM ontology terms.
python3 simply_add_EDAM_ontology.py
  1. Difference Tools and Databases
python3 AddDatabases.py