Skip to content

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

License

Notifications You must be signed in to change notification settings

EGA-archive/ega-biomongo-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:m-huertasp/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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages