This is the NPLinker web application, developed with Plotly Dash, which enables you to visualize NPLinker predictions in an interactive way.
# 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
Run the application:
python app/app.py
Open your web browser and go to http://127.0.0.1:8050/
.
If you want to contribute to the development of nplinker, have a look at the contribution guidelines and README for developers.