Licence : GNU/GPL Author : Clovis Galiez Usage : - Conversion PDB -> XYZ: Suppose you have a structure of a protein fragment stored in PDB file format in a file named "ABCD.pdb", the first step is to convert it to XYZ file format by: sh PDB2XYZ.sh ABCD Note that you should *not* type the ".pdb" extension. - ASD : Comparing two protein fragments in XYZ file format: python asd.py ABCD.xyz EFGH.xyz Example of comparison of two structures of ZF fragments: sh PDB2XYZ.sh 1A1F_0_107 sh PDB2XYZ.sh 2GLI_0_202 python asd.py 1A1F_0_107.xyz 2GLI_0_202.xyz Please send your comments/questions to firstname.lastname@inria.fr (firstname.lastname = clovis.galiez).