Code Monkey home page Code Monkey logo

bvbrc_docking's Introduction

bvbrc_docking

A workflow that runs fred or diffdock to screen small molecules for receptor proteins. The program can be run as a local script or a colmena workflow.

Setup

We will set up the run environment with Anaconda/Miniconda.

Installation

The base environment can be setup with the env.yml file in the repo.

git clone https://github.com/hengma1001/bvbrc_docking.git
cd bvbrc_docking
conda env create -n bvbrc_docking -f env.yml
pip install .

The required torch modules are installed using pip. It's recommand the user download the correct CUDA version for pytorch. (Note: test the pyg with conda install to reduce compilation time. )

pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 
pip install torch-scatter==2.1.2 torch-sparse==0.6.18 torch-cluster==1.6.3 torch-geometric==2.4.0

Next we need to setup DiffDock, along with esm. The Diffdock uses the esm package to obtain protein embeddings and structures.

git clone https://github.com/gcorso/DiffDock.git
cd DiffDock
git checkout a6c527536d286a693d1d6f9fc97142506ef76179
git clone https://github.com/facebookresearch/esm
cd esm
git checkout ca8a710

Examples

python -m bvbrc_docking.run_local -c runs/fred_local.yml

bvbrc_docking's People

Contributors

hengma1001 avatar olsonanl avatar nicolegobo avatar

Forkers

nicolegobo

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.