Hi Afshan,
 
Here is my little Linux shell script for removing hydrogen atoms from PDB. It uses the PDBCUR program in CCP4 package (my apologies to the PhenixBB!). With little modification you can also turn it into scripts for other things, like, to remove alternative comfomations, ANISOU,etc.. Please read the CCP4 manual for PDBCUR.
###
# remove_Hydrogen.sh
pdbcur XYZIN $1 XYZOUT $1_noH.pdb<<EOF
DELHYD
END
EOF
###
 
Save the part between the two ### as a text file with name “remove_Hydrogen.sh”, then turn it into an excutable:
>chmod 755 remove_Hydrogen.sh
 
To use it:
>./remove_Hydrogen.sh xxxx.pdb
 
Zhijie
 
 
Sent: Thursday, February 06, 2014 12:12 PM
Subject: [phenixbb] how to remove hydrogen from pdb
 

Dear Experts,

Could you kindly tell me how can i remove hydrogen from my coordinate. Actually i refine my structure with phenix along all hydrogen now its almost done but before submitting the molecule into PDB data bank i want to remove hydrogen from the coordinate which i do not know how to do,  suggestion would be appreciated


Best Regards


AFSHAN
===========================================
Dr. Afshan Begum


_______________________________________________
phenixbb mailing list
[email protected]
http://phenix-online.org/mailman/listinfo/phenixbb