jingjieyeo / peptideB

Coarse-grained protein package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

peptideB

Original work by Tristan Bereau. Modified by Jingjie Yeo.

Model

This software simulates a peptide model described in:

T. Bereau, M. Deserno, J Chem Phys 130, 235106 (2009) Journal

Crosslinking capabilities are being added but these changes HAVE NOT been fully tested yet.

Program

peptideB is a peptide builder. From a given sequence of amino acids, it builds a three-dimensional structure of (almost) all beads. The program can build as many peptides as necessary.

The sequence of amino acids must be set in a configuration file. The dihedral angles are optional, if not set random values will be given.

There are two main outputs to the program :

  • ESPResSo - one can feed the peptide in the molecular dynamics (MD) software package. peptideB takes care of defining bonds, interactions, positions, etc. All the relevant ESPResSo parameters may be set in the peptideB parameter file which will be sourced in the MD package. Then, ESPResSo runs a simulation on the peptide(s).
  • VMD - Visual Molecular Dynamics is a GUI that lets one visualize molecules in 2D. peptideB is able to write .pdb & .psf files that are read by VMD.

peptideB is able to combine these two characteristics by applying MD simulations on a peptide and output it in VMD as a function of simulation time.

Usage

peptideB's documentation can be found on its Wiki page.

githalytics.com alpha

About

Coarse-grained protein package

License:Other


Languages

Language:C 53.1%Language:Tcl 46.1%Language:Shell 0.6%Language:Makefile 0.2%