Codebase for the Koo Lab at Cold Spring Harbor Laboratory.
This is a work in progress.
Clone and install the package as below. This also creates a virtual environment, so the dependencies of this package are contained within this directory.
git clone https://github.com/p-koo/cipher.git
cd cipher
python -m venv venv
source ./venv/bin/activate
python -m pip install --no-cache-dir --upgrade pip setuptools wheel
python -m pip install --no-cache-dir --editable .[dev]Format your code with black.
black cipherRun tests with pytest:
pytest cipher