On Mon, 16 Mar 2009 11:01:34 +0800
Sheng Li <biol...@gmail.com> wrote:

> 
> Please read the coordinate file with alwyn's O, and then save it to
> another file. The ANISOU lines will be removed.
> 

only if you use s_a_i - pdb_read will preserve ANISOU.

It might be easier to just grep them out:

grep -v "^ANISOU" foo.pdb > bar.pdb

-Tim

Reply via email to