Problem with gromacs
1
0
Entering edit mode
4.4 years ago
Yoosef ▴ 60

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.

GROMACS Linux • 1.5k views
ADD COMMENT
2
Entering edit mode
4.4 years ago
ATpoint 82k

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).

ADD COMMENT
0
Entering edit mode

Thanks a lot it worked!

ADD REPLY

Login before adding your answer.

Traffic: 2405 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6