Skip to content

wtsi-hgi/hgi-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HGI Vault

Build Status Coverage Status

Data retention policy tools.

Installation

You will need to create an exclusive Python 3.8 (or later) virtual environment. For example:

python -m venv .venv
source .venv/bin/activate

Then, to install HGI Vault:

pip install git+https://github.com/wtsi-hgi/hgi-vault.git

It is not recommended to install HGI Vault globally or in a shared virtual environment due to the risk of namespace collision.

Usage

See the documentation directory for full instructions. Specifically: