Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 621 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 621 Bytes

Mini_project

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)