Thanks a lot it worked!
• 0 views
•
link
Hello I am using GROMACS 2019.4 on the last version of ubunto. I am trying to fill my box with water solvent but i get the following error
> Program: gmx solvate, version 2019.4 Source file:
> src/gromacs/commandline/cmdlineparser.cpp (line 276) Function: void
> gmx::CommandLineParser::parse(int*, char**)
>
> Error in user input: Invalid command-line options In command-line
> option -cs
>Too many values
And my command is:
gmx solvate -cp box.gro -cs spc216.gro o-solv.gro -p topol.top
I will be so pleased that if anyone could help me to solve the problem.
Should it not be -o solv.gro instead of o-solv.gro? The typo prevents -o from being interpreted as an option and therefore the tool interprets o-solv.gro as second option of -cs which fits the error message (too many options).
Log in to answer this question.