Dear Amber community,
Is there anyways to extract a residue from a molecule? For example:
molecule mol;
residue res;
mol=getpdb("test.pdb");
res= //extract residue 2 from mol
printf("The name of residue is %s \n", res.resname);
Is there anyways that this is possible? Do NAB save all the residue attributes from the pdb file?
Thank you in advance for any help you can provide.
Huy Le
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jun 19 2013 - 12:00:04 PDT