|
@@ -6,11 +6,15 @@ Attempt to implement the historic 1983 version of DSSP (Define Secondary Structu
|
6
|
6
|
|
7
|
7
|
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.
|
8
|
8
|
|
|
9
|
+Note that a 1est.dssp file is present. It is a real output from the original DSSP program, used for comparison.
|
|
10
|
+
|
9
|
11
|
### Prerequisites
|
10
|
12
|
|
11
|
13
|
You need to have **Python 3** and **Conda** on your machine, as it will be used to deploy the running environnement of DSSP.
|
12
|
14
|
This program has been tested for Python 3.7.4.
|
13
|
15
|
|
|
16
|
+This program only use standard Python lib, according to the batteries included principle, except for the PyMOL experimental lib, gotten from the schrodinger channel in Conda cloud forge.
|
|
17
|
+
|
14
|
18
|
### Installing
|
15
|
19
|
|
16
|
20
|
Use conda to create the environment
|