NPLinker / nplinker-webapp

Apache License 2.0
2 stars 2 forks source link

NPLinker Web Application

This is the NPLinker web application, developed with Plotly Dash, which enables you to visualize NPLinker predictions in an interactive way.

Installation

# Clone the repository
git clone https://github.com/NPLinker/nplinker-webapp.git
# Navigate to the project directory
cd nplinker-webapp
# Create and activate a virtual environment
python -m venv venv
source venv/bin/activate
# Install the required packages
pip install -r requirements.txt

Usage

Run the application:

python app/app.py

Open your web browser and go to http://127.0.0.1:8050/.

Contributing

If you want to contribute to the development of nplinker, have a look at the contribution guidelines and README for developers.