1
0
Fork 0
Projet de classification de conformations de protéines par k-medoids
Go to file
nicolas-zimmermann eeb558960e working version of Conformations.dissimilarity method, SLOW 2019-09-17 16:43:49 +02:00
data added Z row and col to data/PBs_substitution_matrix.dat with weights 0 2019-09-17 00:16:56 +02:00
doc initial commit, repository structure and documentation 2019-09-10 10:52:07 +02:00
results changed projet8.py to a more OOP fashion, modified README 2019-09-16 22:29:51 +02:00
src working version of Conformations.dissimilarity method, SLOW 2019-09-17 16:43:49 +02:00
README changed projet8.py to a more OOP fashion, modified README 2019-09-16 22:29:51 +02:00

README

Make sure your current directory is projet_court_nz

Environment

1 - Recreate the conda environment with the config_projet.yml file avaible in the src repository 
	$ conda env create -f src/config_projet.yml
2 - Activate the generated environment
	$ conda activate projet-court

toy-example:
md.pdb contains structural information of 501 conformations of the calf-1 domain

3 - try the program on md.pdb
	$ python3 src/projet8 data/md.pdb 

Informations:

The pdb was obtained from .trr and .gro files available online (http://www.dsimb.inserm.fr/~tmp/DM_Calf-1_WT_production_long1.tar.gz)
pbd was generated using gromacs :
	$ trjconv -f md.trr -s md -o md.pdb