GROMACS version:2022.4
GROMACS modification: Yes/No
Here post your question
I was following the Gromacs MD Simulation tutorial, but an error occured in the analysis during “Analyzing Protein-Ligand Interactions and Ligand Dynamics”.
the command and error are mentioned below.
gmx distance -s md_0_10.tpr -f md_0_10_center.xtc -select ‘resname “JZ4” and name OAB plus resid 102 and name OE1’ -oall
Program: gmx distance, version 2021.4-Ubuntu-2021.4-2
Source file: src/gromacs/trajectoryanalysis/modules/distance.cpp (line 218)
Function: void gmx::analysismodules::{anonymous}::checkSelections(const SelectionList&)
Inconsistency in user input:
Selection ‘resname “JZ4” and name OAB plus resid 102 and name OE1’ does not
evaluate into an even number of positions (there are 1 positions)
How may i correct this inconsistency?
Thank you