Hello,

You can also do it with parmed from Amber, here are the python commands:

import parmed as pmd

#convert prmtop and inpcrd into top and gro
amber = pmd.load_file('1N55_apo.prmtop','1N55_apo.inpcrd')
#
amber.save('topol.top')
amber.save('ions.gro')
#

On 11/7/18 10:07 AM, Rahma Dahmani wrote:
Hi Gromacs Users,
I need to convert AMBER topology and coodinates files to GROMACS top and
gro files , How can-I do that ?
PS: I already tested a script on line (amb2gmx) but it didn't work ...
https://github.com/choderalab/mmtools/blob/master/converters/amb2gmx.pl

Can anyone help me please
Thank you !

--
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.

Reply via email to