Frequently asked questions

General questions   Webtool questions   SMOG2 questions

General SMOG model questions

When running grompp, why does Gromacs call RNA residues "DNA" and call DNA residues "other"?

This does not mean anything is wrong with the simulation. Our software uses pdb naming for our residues. i.e. RNA is called U, A, C and G and DNA is called DT, DC, DG and DA. But, Gromacs may expect DNA to use single-letter names.

Why does the CA model use a 10-12 Lennard-Jones potential?

The 6-12 potential is much wider and scales with contact distance. The longer contact distances possible in the CA model (up to about 12 Angstroms) allow for especially wide contacts, such that contacting atoms could feel an attraction even though a non-native CA bead is between them. Basically, unphysical unfolded states are more likely to be present when a 6-12 potential is used with the CA model.
I am using a CA model and I see unexplainable spikes in the energy. What is going on?
This is a CA-related issue. In the CA model, bond angles are defined by adjacent CA atoms and not directly by covalent bond angles. This means the angles can be rather large. In Gromacs (and other MD packages) there is a numerical instability when a bond angle is 180 degrees because the force associated with the dihedral term is undefined for such values. This issue appears mostly in Gromacs V3. This issue was reduced in Gromacs V4. It is rare that this happens, but if it does in your system, you can increase the strength of all bond angles. This will reduce the chances of reaching 180 degrees and the spikes should go away. If you do this, make sure your time step is not too large for the new strength of the angles.
What are reduced units?
The structure-based model is run with reduced units. That is, the scales must be self consistent. Here, the length scale, time scale, mass scale, and energy scale are all 1. The natural Gromacs units are length scale nm, time scale ps, mass scale amu, and energy scale kJ/mol. We convert the PDB (length scale angstroms) into nanometers but the mass scale, time scale, and energy scale are "free." You could, in theory, determine an overall energy scale and mass scale from the structure, and then infer a time scale, but this should be performed with care. This estimate of time does not necessarily account for the effects of solvent friction and possible non-specific energetic roughness. There is no standard method of computing "real" times from structure-based simulations, though the interested reader should check out Kouza et al (for coarse-grained models) or Yang et al (for all-atom models). Essentially, be careful. You can at least be sure that the "real" time unit is longer than the picosecond time scales reported by Gromacs. Extensive discussions of reduced units can be found in many standard simulation texts, such as "Understanding Molecular Simulations," by Frenkel and Smit.

One must also take care with the temperature units in Gromacs. In Gromacs, kB = 0.00831451, and not 1. Thus, to have a reduced temperature of 1, you must use a Gromacs temperature of 1/0.00831451 = 120.2717. Oftentimes, the folding temperature of these systems (i.e. the temperature in the .mdp file) is around 120. For a detailed discussion on the interpretation of reduced temepratures in SMOG models, and its relation to folding and physiological temperatures, check out Jackson et al.


Webtool questions

Why is the folding temperature not 107 for SH3 like it says in the webserver article?

A change in the Shadow algorithm altered the folding temperatures. The folding temperature is now 120. The barrier height of the Q PMF and the transition state are qualitatively unchanged from what is reported in the article.

The webtool says I am missing bonds, angles, and dihedrals... should I be concerned?

This indicates that your structure (A) is missing atoms or (B) has non-standard atom names. Since the webtool expects certain atoms (with specific bonds, angles and dihedrals) to be present, if it doesn't see those atoms then it can't include the associated terms. If atoms are missing then the webtool will produce a file where those atoms, and all associated energetic terms, are excluded. The files provided will still run in Gromacs. If you believe you have a complete structure in the pdb file and you get these messages, check the output coordinate (.gro) file and see what atoms are missing. Make sure the atom name field is formatted correctly. The exact location of the atom name is important (i.e. " CD1" is not the same as "CD1 ").

Why do the same messages appear twice in the output file?

This happens when you are using a shadow map. It happens because we have to process the pdb file twice when using the shadow map. The second set of messages should reflect the options you selected. The first set of messages are set to default values, and have no bearing on the final .gro and .top files.

Why do the messages in the output file indicate options different from what I chose?

As indicated above, this occurs when using the shadow map option. The only settings that affect your simulations will be the second set of messages. The used settings will also be included in the tarball created by the webtool.

SMOG2 questions (additional questions addressed in SMOG2 manual)

Can I download the source code?
Yes. While the original SMOG software (version 1) that drives the page is not available, we have developed a far more flexible version of the code (SMOG 2) that can be downloaded.

I used smog_adjustPDB and when I run SMOG2 I get the error "FATAL ERROR: It appears that a residue in the PDB file does not contain all of the atoms defined in the .bif file.". What is wrong?

Sometimes, this error arises because there were missing atoms in the PDB file (e.g. some atoms may have not been resolved in the crystallographic model). If you are convinced that all atoms are present, then there is another possibility. When you use smog_adjustPDB, it makes its best guesses for how residues should be named, based on the atoms that were found (starting with v2.3) or the position of the residue in the chain (prior to v2.3). For example, a 5'-terminal RNA residue (say G) will be renamed with a 5 added to the residue name (G5). In the default templates, G5 is defined as a residue that has a terminal phosphate group, however most PDB files are lacking these atoms. The appropriate name for a phosphate-less terminal G would be G0P (zero, not O). If this is the case, you can provide your own mapping file for smog_adjustPDB, or you can manually edit the residue names in the pdb file.

This resource is provided by the Center for Theoretical Biological Physics.
Please direct questions and comments to info@smog-server.org.
Page created and maintained by Jeff Noel and Paul Whitford