Git Product home page Git Product logo

low-n-protein-engineering's Introduction

low-N-protein-engineering

Code to reproduce analyses in Biswas, Khimulya, Alley et al (2021). Nature Methods.

1. Set up a Docker environment

We use docker to provide a consistent environment and facilitate reprodubility. First build an image:

To use GPU acceleration:

$ docker build -f docker/Dockerfile.gpu -t low-n-gpu .

To use CPU-only:

$ docker build -f docker/Dockerfile.cpu -t low-n-cpu .

Note you will need a GPU in order to completely reproduce the results, especially where UniRep inference is required. The above has been tested on p3.2xlarge (which have a NVIDIA V100) AWS instances running Deep Learning AMI (Ubuntu 18.04) Version 30.0 - ami-029510cec6d69f121.

2. Dig in!

Here's the repository layout:

  1. In analysis you'll find the code needed to reproduce the analyses in the paper. Every sub-directory within analysis contains a README for what analyses and figures are covered. Sorry in advance for the sometimes cryptic subdirectory names! We have a few instances of (deeply) hardcoded paths in the code. We didn't change these in order to minimize changes to the original code we wrote, figuring this would help with reproducibility.

  2. docker contains files needed to build the docker environment (more instructions below) needed to reproduce analyses and figures.

  3. requirements contains the requirements that are pulled into the docker environment.

low-n-protein-engineering's People

Contributors

surgebiswas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.