Entering edit mode
8 days ago
Aatif Hashmi
•
0
I am pretty new to bioinfo. I am working on a project just to polish my skills. I am coding on python
I am trying to make a website which will take input of a .pdb file and do some analysis on it and give result of the 3d structure with some labels and stuff.
If I can get the result on PyMol, how can I set it up such that the website will accept the .pdb file. Do whatever it needs to do on PyMol and send the result back to the wesite to be displayed as a result.
If there is any other way to do a similar thing I would very much appreciate the input.
Thank you very much.
Sounds like you might be better off using something like Mol*: https://academic.oup.com/nar/article/49/W1/W431/6270780?login=false https://www.rcsb.org/3d-view/8D3R/1
Depends what analysis we're talking about though.