GROMACS version:
GROMACS modification: Yes/No
Hi,
I am currently doing molecular dynamic simulation at the point to merge ligand and protein using this command:
gmx make_ndx -f em.gro -o index.ndx
Unfortunately, this error come out:
Error in user input:
Invalid command-line options
In command-line option -f
File ‘em.gro’ does not exist or is not accessible.
The file could not be opened.
Reason: No such file or directory
(call to fopen() returned error code 2)
I check my directory file and turn out em.gro file was absent. May I know how to create the em.gro file because I am following step from GROMACS TUTORIAL : Protein-Ligand Complex by JUSTIN LEMKUL. Thank you.