Hi,
I'm trying to build a single stranded DNA molecule using link_na function in NAB.
Here is a nab script:
molecule m;
string seq;
seq = "ATGGCCAATG";
m = link_na("1", seq, "", "DNA", "35");
putpdb( "DNA.pdb", m );
Got an error message "Residue T not in library nab10.lib."
OK, I changed to the library "dna.amberua.rlb".
Got another error message "Residue A5 not in library dna.amberua.rlb."
Any suggestions how to fix a problem.
Thank you.
Slava Chushak
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jun 29 2016 - 12:30:04 PDT