Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.38 KB

BioMongoDB tools

BioMongoDB is envisioned as a MongoDB database to facilitate the storage of information derived from various initiatives within the BioTeam. Find more information here.

BioMongo tools is a set of tools designed to manage the BioMongo database. The tools provided here facilitate the manage of information (insertion of information, update of information, etc.) in the BioMongoDB and maintain a log of these changes within the database itself. This new collection will be named log_details.

Installation

To install BioMongo tools, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/EGA-archive/ega-biomongo-tools.git
  1. Install the required dependencies, taking into account that python --version == 3.10.12:
pip install -r requirements.txt

Usage

BioMongo tools should be as easy to use as possible. The only thing you need to do is to modify the conf.py file taking into account your needs.

Then, the only command you'll need is:

python3 tools.py

To understand how to use the tool, I have written some use cases explained here.