1
0
Fork 0
projet_court_nz/README

24 lines
813 B
Plaintext

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/environment.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 by parsing the md.pdb sequences into 4 cluster
$ python3 src/projet8.py data/md.pdb 4
$ python3 src/projet8.py [.pdbfile] [number of desired clusters]
Results are generated in the results folder
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