Gmx dipoles doesnt work #291
Unanswered
jshinsato1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If a command requires input then in gromacswrapper use the gromacs.dipoles(corr="mol", P=1, temp=298,
f="md0.trr", s="md0.tpr",
o="Mtot0.xvg", d="dipdist0.xvg", c="dipcorr0.xvg",
input=["Water"]) I didn't try it but something like the above should work. It's the equivalent of piping into the command from the command line printf "Water\n" | gmx dipoles -corr mol -P 1 -s md0.tpr ... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when using gromacs.dipoles it produces an error, I assume that this is because when run normally through the terminal gmx dipoles prompts the user to select a group to analyze, similar to how gmx energy or gmx pdb2gmx would do. Is there a workaround for this or will commands like that simply not work.
Beta Was this translation helpful? Give feedback.
All reactions