Skip to content

e-esteva/cipher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cipher

Codebase for the Koo Lab at Cold Spring Harbor Laboratory.

This is a work in progress.

Developers

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]

Code formatting

Format your code with black.

black cipher

Running tests

Run tests with pytest:

pytest cipher

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%