debbiemarkslab / nanobody-polyreactivity

Polyreactivity Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in silico method to assess antibody fragment polyreactivity

Paper: https://www.nature.com/articles/s41467-022-35276-4 The version you can access online is deployed on AWS.

To deploy a version locally:

  1. Clone this repository
  2. From the root directory (i.e. where this README lives) run docker-compose up -d
  3. After a few minutes, the React app will be running at localhost:3000!

You can also check docker-compose logs -f to see when the server has started up.

To see the API, you can go to localhost:8080. This will be visible almost immediately after you run docker-compose up -d.

About

Polyreactivity Website

License:MIT License


Languages

Language:Python 42.1%Language:Jupyter Notebook 31.4%Language:JavaScript 23.8%Language:HTML 1.6%Language:Dockerfile 0.7%Language:CSS 0.3%