Skip to content

A simple Gradio WebUI to find details about a gene and its 3D visualization

License

Notifications You must be signed in to change notification settings

Simplegram/pygene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygene

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!

Requirements

  • Conda (optional, recommended)
  • Gradio
  • Biopython
  • PyPDB
  • wget

Setup

Create Conda Environment (Optional)

conda create --name pygene

Clone pygene repo and move to the folder

git clone https://github.com/Simplegram/pygene.git
cd pygene

Install Requirements

pip install -r requirements

Run

Run with

python pygene.py

All PDB files are saved to pdbs folder. Create one in the root directory.

Resources and guides used

Many thanks to Simon Duerr for his implementation of py3dmol and protein visualization with HTML

About

A simple Gradio WebUI to find details about a gene and its 3D visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages