Skip to content

stepansnigirev/libics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

658 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibICS

LibICS consists of two subpackages:

  • core provides general purpose data structures and I/O,
  • tools contains a set of analysis functions.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%