Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 606 Bytes

File metadata and controls

27 lines (18 loc) · 606 Bytes

Peptide Screener

Web-based multi tool peptide predictor

Installation

First, make sure uv is installed: https://docs.astral.sh/uv/getting-started/installation/

git clone https://github.com/karatedava/PeptideScreener.git
cd PeptideScreener
uv sync 

Running the application

uv run app.py

Open the provided link in your browser

WEB APP

access currently deployed version: Web App

Implementing new screeners

Detailed guide on how to add new tools is described in: docs/screener_implementation.md