A simple Gradio WebUI to find details about a gene and its 3D visualization using Python
Tested using Windows 11. I'm not a Python pro and there will be a lot of bugs in the program. A bug report and a fix is appreaciated!
- Conda (optional, recommended)
- Gradio
- Biopython
- PyPDB
- wget
conda create --name pygene
git clone https://github.com/Simplegram/pygene.git
cd pygene
pip install -r requirements
Run with
python pygene.py
All PDB files are saved to pdbs
folder. Create one in the root directory.