1
MD simulations / Re: fiber and gromacs
« on: June 20, 2012, 10:29:49 am »
Hi Xiang-Jun,
-pdbv3 option does the job and pdb2gmx works now
using the AMBER force field in converting the dickerson dodecamer.
About digging into gromacs docs I will keep you updated.
For now I believe that I will use -pdbv3 option removing
the phosphate group from the duplex,
thank you very much
for your valuable help,
Cristiano
-pdbv3 option does the job and pdb2gmx works now
using the AMBER force field in converting the dickerson dodecamer.
About digging into gromacs docs I will keep you updated.
For now I believe that I will use -pdbv3 option removing
the phosphate group from the duplex,
thank you very much
for your valuable help,
Cristiano
Quote> get_part 355d.pdb 355d-only-dna.pdbOops, here I forgot to add the -pdbv3 option: instead of as " C7 ", the 5-methyl group of DT was labelled as " C5M" which pdb2gmx obviously does not like. Unless I am still missing something else, I believe the following should work:
> pdb2gmx -f 355d-only-dna.pdb -o prova.gro
I still get a fatal error in converting like the following:
Fatal error:
Atom C5M in residue DT 7 was not found in rtp entry DT with 32 atoms
while sorting atoms.Code: [Select]get_part -pdbv3 355d.pdb 355d-only-dna.pdb
The last point in my previous reply still holds, i.e., more familiarity with the nuances of proper usage of Gromacs/pdb2gmx would certainly help. If you could post back your effort and progress in that aspect, it'd be great.
Xiang-Jun