Re: [gmx-users] pdb2gmx: how to preserve original ions?

2018-07-23 Thread Anderson, Amos
minal option %s:%s for residue %s"%(v,k,resname)) if not found: print("Unknown option but trying anyway:",selectedOption) p.sendline(selectedOption) except pexpect.EOF: print(p.before) except pexpect.TIMEOUT: print("TIMEOUT"

Re: [gmx-users] pdb2gmx: how to preserve original ions?

2018-07-18 Thread Mark Abraham
Hi, The name of the residue in that force fields aminoacids.rtp is CLA, which is the only thing pdb2gmx can understand. Otherwise your procedure should just work if you rename your ion residues appropriately. Do let us know how you go! Mark On Wed, Jul 18, 2018, 03:23 Anderson, Amos wrote: >

Re: [gmx-users] pdb2gmx: how to preserve original ions?

2018-07-17 Thread Justin Lemkul
On 7/17/18 9:22 PM, Anderson, Amos wrote: Hi Gromacs users, I’ve never used gromacs before, so sorry if this question has an obvious answer somewhere — it seems like the sort I should have been able to find an answer for… I want to write a python script to prepare an arbitrary pdb for use

[gmx-users] pdb2gmx: how to preserve original ions?

2018-07-17 Thread Anderson, Amos
Hi Gromacs users, I’ve never used gromacs before, so sorry if this question has an obvious answer somewhere — it seems like the sort I should have been able to find an answer for… I want to write a python script to prepare an arbitrary pdb for use with gromacs (e.g., does these steps