I am trying to run MD calculations with an RNA aptamer in Amber. The first step (detachement of hydrogens) occurs fine:
pdb4amber -y -i 7kd1.pdb -o apt-nh.pdb
However, this command gives the message:
"The following residues had alternate locations: U_21"
Than, I go with a command @tleap -f leaprc.RNA.OL3@ which works fine.
Than I print:
rec=loadpdb apt-nh.pdb
which results in:
Created a new atom named: P within residue: .R
Created a new atom named: OP1 within residue: .R
Created a new atom named: OP2 within residue: .R
Created a new atom named: OP3 within residue: .R
total atoms in file: 1914
Leap added 961 missing atoms according to residue templates:
961 H / lone pairs
The file contained 4 atoms not in residue templates
I type:
set default PBRadii mbondi2
Finally, I try to generate a topology file "saveamberparm rec apt.prmtop apt.inpcrd", which results in:
Warning: The unperturbed charge of the unit (-88.000000) is not zero.
FATAL: Atom .R.A
does not have a type.
FATAL: Atom .R.A does not have a type.
FATAL: Atom .R.A does not have a type.
FATAL: Atom .R.A does not have a type.
Error: Failed to generate parameters
Warning: Parameter file was not saved.
However, when I look through the pdb file I cannot see abnormalities or missing atom types. So what is wrong with my pdb file (attached)?