Skip to content

SLIP is a sandbox environment for engineering protein sequences with synthetic fitness functions.

Notifications You must be signed in to change notification settings

songlab-cal/slip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is not an officially supported Google product.

SLIP - Synthetic Landscape Inference for Proteins

SLIP is a sandbox environment for engineering protein sequences with synthetic fitness functions.

Status

In progress

Instructions

Tested on python >= 3.7

We recommend installing into a virtual environment to isolate dependencies (see https://docs.python.org/3/library/venv.html).

python3 -m venv env
source env/bin/activate

To install:

pip3 install -q -r requirements.txt

To run the unit tests:

bash -c 'for f in *_test.py; do python3 $f || exit 1; done'

About

SLIP is a sandbox environment for engineering protein sequences with synthetic fitness functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%