> how can we delete that hydrogen atoms
If you have no H's in residue names:
$ egrep -v H my.pdb > my_no_h.pdb
Otherwise look at e.g. awk or perl to select out based on the
atom name field.
Bill
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Feb 15 2011 - 18:00:04 PST