Réimplémentation du programme DSSP en Python
Thomas Forest fc7e48c07f update readme | 5 years ago | |
---|---|---|
data | 5 years ago | |
doc | 5 years ago | |
src | 5 years ago | |
README.md | 5 years ago | |
environment.yml | 5 years ago |
Attempt to implement the historic 1983 version of DSSP (Define Secondary Structure of Proteins): Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features. Kabsch W, Sander C, Biopolymers. 1983 222577-2637. PMID: 6667333; UI: 84128824.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need to have Python 3 and Conda on your machine, as it will be used to deploy the running environnement of DSSP. This program has been tested for Python 3.7.4.
Use conda to create the environnement
conda env create --file environment.yml
Load your environnement
conda activate dssp
You should be ready to run the program, by calling, for example
python3 src/dssp.py data/1est.pdb
This project is licensed under the CeCILL-C License - see http://cecill.info/licences/Licence_CeCILL-B_V1-en.html for details