david-wei / libics

GNU Lesser General Public License v3.0
0 stars 1 forks source link

LibICS

LibICS consists of two subpackages:

The full documentation can be found here.

Installation

Clone this repository:

git clone https://www.github.com/david-wei/libics.git

Install the library:

pip install ./libics

Dependencies

Libraries providing extensions (or actual implementations) that not necessarily all users need have to be installed separately. This chapter gives an overview of these additional external dependencies.

Files

Library Description File types [read/write] Installation
pymongo MongoDB database [r/w] Binary JSON files (.bson) pip install pymongo
sif_reader SIF file reader [r] Singularity image files (.sif) pip install git+https://github.com/fujii-team/sif_reader.git