Advanced Search
Search Results
17 total results found
Multi-Conformation Continuum Electrostatics - MCCE
MCCE is a biophysics simulation program developed at Gunner Lab at City College of New York. MCCE combines continuum electrostatics and molecular mechanics. In this program, the protein side chain motions are simulated explicitly while the dielectric effect o...
MCCE Mechanism
An MCCE run is a 4-step procedure Step 1: Modify PDB (file formatting) Step 2: Conformer/Rotamer making Step 3: Calculate energy look-up table Step 4: Extract microstates; Monte Carlo sampling of conformers at each pH or Eh MCCE program can run any...
MCCE Data Analysis
MCCE data analysis tools fitpka.py Fit the titration curve of an ionizable residue. Syntax: fitpka.py [-h] RES [RES ...] Fit a titration of charged residues positional arguments: RES Charged residue names to plot, as in sum_crg.out or pK.out op...
MCCE Program Run and Debug
Commands and Tools getpdb Command line tool to download pdb file from PDB Author: Yanjun Wang Syntax: getpdb pdbID [file] This program gets a pdb file from Protein Data Bank, and saves to a file with its PDB name or a user named file. Example: getp...
MCCE Parameter Preparation
Download and Install MCCE
Download and Install MCCE MCCE runs on Linux and Mac OSX natively. On Windows, you will need a Linux environment. It could be a virtual box instance, Cygwin, or Linux subsystem that is included in Windows. Here is a short guide of installing Windows Subsyste...
How to install WSL (Windows Subsystem Linux)
How to install WSL (Windows Subsystem Linux) and MCCE dev tools WSL WSL Installation The official WSL installation instruction can be found on MIcrosoft website. https://learn.microsoft.com/en-us/windows/wsl/install The following is the my WSL installati...
How to contribute code to MCCE
MCCE Development Through Github Part 1. One-time set up On your workstation / coding computers, set up the git environment. Identity: $ git config --global user.name "<Your Name>" $ git config --global user.email <your email> Save credential for 6 hour...
A simple MCCE example of pH titration
Run MCCE Prepare a working directory: $ mkdir test_lysozyme $ cd test_lysozyme Get a pdb file $ getpdb 1dpx You now have a PDB file 1DPX.pdb in the working directory. The simplest way to run MCCE is with these four steps: Step 1: Make PDB file into MCC...
Calculate pKas of Lysozyme (MCCE steps 1 - 4)
Welcome to MCCE Tutorial This tutorial will show you how to set up, run and interpret the results of the PDB file 4LZT (Hen Egg White Lysozyme). MCCE must be installed- see installation instructions here. The output includes: ALWAYS the protonation states of...
Sampling more rotamers at "hot" spots
Why do we need "hot" spots? In some cases, we are insterested in what's going on in some particular sites rather than the whole structure. MCCE provides a mechanism to define these spots and sample more rotamers subsequently. These sites are called "hot" spot...
How to add rotamer making rules to parameter file?
If a residue or a cofactor has rotatable single bond, the user needs to define the rotation rule so that MCCE can make rotamers accordingly. In MCCE, the rotation is for heavy (non H) atoms only, and H atoms have their own position optimization rules. Let'...
Microstate Analysis Library Reference
Microstate Analysis Library Reference Import library Suppose the ms_analysis.py is in the current working directory or the Python site-packages directory. from ms_analysis import * Global constants Once the library is loaded, two global constants (at te...
Gromacs Server
GROMACS Server Official Documentation: https://manual.gromacs.org/current/user-guide/index.html Gromacs Server and Environment: Gromacs is pre-installed on a Levich server and user accounts are initilized to include Gromacs path. In case you wan...
Example 1: Lysozyme
Example 1: Lysozyme In this example, we are going to use hen egg white lysozyme (PDB ID 1AKI) to run a MD simulation. Prepare structure and topology files Create a working directory: mkdir lysozyme cd lysozyme Download a pdb file from Protein Data ...
Example 2: Biphasic Systems
Example 2: Building Biphasic Systems Studay system The original tutorial was to make a heterogeneous biphasic system composed of hydrophobic (cyclohexane) and hydrophilic (water) layers. Here we are going to use benzene to replace cyclohexane as a demost...
MCCE Documentation
MCCE Documentation What is MCCE? Multi-Conformation Continuum Electrostatics - MCCE MCCE Mechanism MCCE Success Stories Proton Loading Sites in Complex I MCCE Hydrogen Bond Characterization Photosystem II Analysis Quick Star...