Linux GUI Program to calculate the percentage of each secondary structure for each input pdb file in a user specified directory
- linux OS (tested on ubuntu 20.04 LTS)
- python 3.8.2 or later
- anaconda or miniconda
- Gooey
conda install -c conda-forge gooey
(if you get errors during installation or runtime try installing gtksudo apt-get install libgtk-3-dev
) - DSSP
conda install -c salilab dssp
- biopython
pip install biopython
- pandas
pip install pandas
- open a linux text editor and edit in the python file the shebang and the PATH to the dssp executable. To find where they are located in the system type:
which python3
which dssp
- convert to executable with
chmod +x pdbs_secondary_structure_statistics_gui.py
- open a linux text editor and edit the PATHs in the
.desktop
file - move the file to /usr/share/applications
- reboot your machine
The program's output file will look like:
For output explanation look up the DSSP codes