This program allows for the parsing of a PDB file and for the extraction of the required information. In the Scripts folder is a script (pdb_info.py) that allows for the reading in (downloading), and parsing of files and extraction of information as the user may want to. In the Data folder is a jupyter notebook used to prototype the program.
The program is independent. The user only needs to give the path to his/her desired working directory.
The program is written in Python programming language. Other dependencies that must be installed are: Biopython (conda install -c conda-forge biopython)