Coder Social home page Coder Social logo

dan-burns / openawsem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from potoyangroup/openawsem

0.0 0.0 0.0 60.75 MB

An implementation of the AWSEM coarse-grained protein folding forcefield in OpenMM

License: MIT License

Python 93.51% Tcl 0.44% Roff 6.04%

openawsem's Introduction

OpenAWSEM

An implementation of the AWSEM coarse-grained protein folding forcefield in OpenMM

The OpenAWSEM code is currently being tested. Use at your own risk. And let us know what you find. :-)

Installation

  • Clone openawsem repository
git clone https://github.com/npschafer/openawsem.git
  • Download and install STRIDE and put it in your PATH: http://webclu.bio.wzw.tum.de/stride/
  • Download and install psiblast and put it in your PATH: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/
  • Download pdb_seqres.txt and put it in the cloned openawsem repository location
wget ftp://ftp.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt
conda create -n openmm python=3.6 biopython matplotlib numpy pandas 
  • Set OPENAWSEM_LOCATION environment variable (the location where you cloned this Github repository).
export OPENAWSEM_LOCATION='/YOUR/OPENAWSEM/DIRECTORY/'
  • Activate the openmm environment.
source activate openmm
  • Install additional python packages
conda install -c omnia -c conda-forge openmm pdbfixer mdtraj 

Example

Simulate Phage 434 repressor amino terminal domain (1r69)

  • Activate the openmm environment.
source activate openmm
  • Setup simulation folder:
python YOUR_OPENAWSEM_LOCATION/mm_create_project.py 1r69 --frag
  • Or if you already have 1r69.pdb:
python YOUR_OPENAWSEM_LOCATION/mm_create_project.py PATH_TO_YOUR_PDB/1r69.pdb --frag
  • Run the simulation:
python mm_run.py 1r69 --platform CPU --steps 1e5 --tempStart 800 --tempEnd 200 -f forces_setup.py
  • Note:

forces_setup.py controls which force(energy) term will be included in the simulation.

  • Compute energy and Q:
python mm_analysis.py 1r69 > energy.dat

Citation

Lu, W., Bueno, C., Schafer, N. P., Moller, J., Jin, S., Chen, X., ... & Wolynes, P. G. (2021). OpenAWSEM with Open3SPN2: A fast, flexible, and accessible framework for large-scale coarse-grained biomolecular simulations. PLoS computational biology, 17(2), e1008308. https://doi.org/10.1371/journal.pcbi.1008308

openawsem's People

Contributors

cabb99 avatar cryosky avatar dan-burns avatar dpotoyan avatar luwei0917 avatar mingchenchen avatar npschafer 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.