Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

michabirklbauer/PIAWeb

Repository files navigation

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.

For general help, questions, suggestions or any other feedback please refer to the PIA repository.

Quick Setup

  • Install Docker (short manual here).
  • To run PIAWeb on your own server:
    docker run -d --restart always -p 80:8501 michabirklbauer/piaweb:latest
  • To run PIAWeb locally:
    docker run -p 8501:8501 michabirklbauer/piaweb:latest

Troubleshooting

Please refer to the PIA Wiki as well as Issues and Discussions in PIA.

Contact