> I would like to remove hydrogen from the trajectory before converting into PDB.
> But I could not remove hydrogen using strip :H or strip :H*
> When using strip :H
> none of the hydrogen where removed
> when using strip :H*
> only 34 not all the hydrogen were removed.
":" is the designator for a residue name; "." is for an atom name so you
want:
strip .H*
Note also that if you have 4-letter hydrogen names, typically the 4th
character is wrapped so you might also want to add:
strip .?H*
-tec3
Received on Wed Sep 02 2009 - 23:07:19 PDT