Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michabirklbauer/piaweb
PIAWeb - a graphical web interface for PIA
https://github.com/michabirklbauer/piaweb
docker docking drug-design drug-discovery frequency protein-ligand-docking protein-ligand-interactions scoring streamlit
Last synced: 4 days ago
JSON representation
PIAWeb - a graphical web interface for PIA
- Host: GitHub
- URL: https://github.com/michabirklbauer/piaweb
- Owner: michabirklbauer
- License: mit
- Created: 2021-10-11T20:45:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T21:38:53.000Z (almost 2 years ago)
- Last Synced: 2023-05-22T16:24:46.131Z (over 1 year ago)
- Topics: docker, docking, drug-design, drug-discovery, frequency, protein-ligand-docking, protein-ligand-interactions, scoring, streamlit
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PIAWeb - a graphical web interface for PIA
**PIA** - short for **Protein Interaction Analyzer** - is a tool for automatic identification of important interactions and interaction-frequency-based scoring in protein-ligand complexes. **PIAWeb** offers a web-app-based graphical user interface to run workflows in PIA.
Requirements, installation and usage are thoroughly documented in the [PIA Wiki](https://github.com/michabirklbauer/PIA/wiki).
For general help, questions, suggestions or any other feedback please refer to the [PIA repository](https://github.com/michabirklbauer/PIA).
## Quick Setup
- Install [Docker](https://docs.docker.com/engine/install/) (short manual [here](https://github.com/michabirklbauer/PIA/blob/master/DOCKER.md)).
- To run PIAWeb on your own server:
```bash
docker run -d --restart always -p 80:8501 michabirklbauer/piaweb:latest
```
- To run PIAWeb locally:
```bash
docker run -p 8501:8501 michabirklbauer/piaweb:latest
```## Troubleshooting
Please refer to the [PIA Wiki](https://github.com/michabirklbauer/PIA/wiki) as well as [Issues](https://github.com/michabirklbauer/PIA/issues) and [Discussions](https://github.com/michabirklbauer/PIA/discussions) in [PIA](https://github.com/michabirklbauer/PIA).
## Contact
- Mail: [[email protected]](mailto:[email protected])
- Telegram: [https://telegram.me/micha_birklbauer](https://telegram.me/micha_birklbauer)