-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tutorial in Gromacs, 2.1. PDB to GROMACS format #68
Comments
Hi, |
I double checked. The three symbolic links are fine: sirah.ff, specbond.dat, residuetypes.dat. GROMACS: gmx pdb2gmx, version 2018 Select the Force Field: Using the Amber99sb force field in directory amber99sb.ff Opening force field file /home2/mhviet/setup/G2018/share/gromacs/top/amber99sb.ff/watermodels.dat Select the Water Model: chain #res #atoms All occupancies are one Warning: No residues in chain starting at DC1 identified as Protein/RNA/DNA. Warning: No residues in chain starting at DA2 identified as Protein/RNA/DNA. Warning: No residues in chain starting at DT3 identified as Protein/RNA/DNA. Warning: No residues in chain starting at DG4 identified as Protein/RNA/DNA. Warning: No residues in chain starting at DC5 identified as Protein/RNA/DNA. Disabling further warnings about unidentified residues at start of chain. WARNING: atom P is missing in residue DC 1 in the pdb file WARNING: atom O1P is missing in residue DC 1 in the pdb file WARNING: atom O2P is missing in residue DC 1 in the pdb file Program: gmx pdb2gmx, version 2018 Fatal error: For more information and tips for troubleshooting, please check the GROMACS
|
We appreciate your bringing this matter to our attention. We have made the necessary corrections to the.tar.gz file and in the documentation; therefore, you will need to redownload it in order to obtain the updated files. It was really helpful that you helped us find these mistakes. |
I re-downloaded the sirah_x2.2_20-07.ff.tar.gz, and it works now for 2.1. I got errors of "core dumped":GROMACS: gmx solvate, version 2018 Reading solute configuration Initialising inter-atomic distances... WARNING: Masses and atomic (Van der Waals) radii will be guessed NOTE: From version 5.0 gmx solvate uses the Van der Waals radii ++++ PLEASE READ AND CITE THE FOLLOWING REFERENCE ++++ Generating solvent configuration |
We think the error might have something to do with the version of GROMACS. Our suggestion is to try it on a different version of GROMACS to see if it works, since we used GROMACS 2022.3 and it works fine (see below). gmx solvate -cp dna_shell.gro -cs ./sirah.ff/wt4tip3p.gro -o dna_sol.gro Executable: /usr/local/gromacs/bin/gmx Reading solute configuration Initialising inter-atomic distances... WARNING: Masses and atomic (Van der Waals) radii will be guessed NOTE: From version 5.0 gmx solvate uses the Van der Waals radii ++++ PLEASE READ AND CITE THE FOLLOWING REFERENCE ++++ Generating solvent configuration Output configuration contains 22747 atoms in 6286 residues GROMACS reminds you: "I tend to consider myself as a scientist." (Emmanuelle Charpentier, when asked about the importance of two women sharing the Nobel Prize for Chemistry) |
https://sirahff.github.io/documentation/Tutorials%20gromacs.html
2.1. PDB to GROMACS format
Use pdb2gmx to convert the PDB file of the solute dna.pdb into GROMACS format:
gmx pdb2gmx -f sirah.ff/tutorial/2/dna.pdb -o dna.gro
Here I got fatal error:
"""Program: gmx pdb2gmx, version 2018
Source file: src/gromacs/gmxpreprocess/pdb2top.cpp (line 1589)
Fatal error:
There were 3 missing atoms in molecule Other_chain_A, if you want to use this
incomplete topology anyhow, use the option -missing"""
The text was updated successfully, but these errors were encountered: