Mini-project for the Introduction to Programming for Biologist module at Pwani University for the master's in Bioinformatics class.
This directory contains different pdb files you can use for the analysis.
Contains several modules that run the analysis of pdb files.
Location of pdb files following analysis.
With Miniconda in your system run:
conda install <package_name>
or
conda install -c bioconda <package_name>
or
pip install <package_name
The packages are: - Biopython and some dependencies(Pairwise2) - Numpy
To start anayzing contents of a pdb file run Launcher.py
.
The alignment option does not clearly depict the alignment of long sequences. This section will be handled, and should soon be updated. I welcome any contribution in making the program better 😃. The paths to the files will be fixed soon.