Projet de classification de conformations de protéines par k-medoids

README 662B

    Make sure your current directory is projet_court_nz<br><br>Environment<br><br>1 - Recreate the conda environment with the config_projet.yml file avaible in the src repository <br> $ conda env create -f src/config_projet.yml<br>2 - Activate the generated environment<br> $ conda activate projet-court<br><br>toy-example:<br>md.pdb contains structural information of 501 conformations of the calf-1 domain<br><br>3 - try the program on md.pdb<br> $ python3 src/projet8 data/md.pdb <br><br>Informations:<br><br>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)<br>pbd was generated using gromacs :<br> $ trjconv -f md.trr -s md -o md.pdb<br>