3D vizualisation of pdb files with python
Small python program for 3D representation of proteins using mayavi.
- Linux : This program works on a Linux environment.
In order to be able to run this program of course you need to have python3 but also some python packages :
pandas
NumPy
SciPy
Mayavi
You need a pdb file as input to run the program.
This script is used to read the pdb files and turns the extracted informations into pandas data frame.
- First clone this repository :
$git clone
or download it.
- To run the program use the following command line :
$python3
Hocine Meraouna