Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 895 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 895 Bytes

AnnotationsApp

Scripts and a web app for annotating proteins

Qick and dirty. Do not use it unless you know what you are doing.

Installation

git clone
cd AnnotationsApp
pip install flask
pip install requests

Usage

  1. Start the app
    python app.py
  2. Open your browser and go to the URL displayed in the terminal.
  3. Paste UniProt IDs in the text area and optionally upload custom or prior annotations, or previously saved AnnotationsApp session.
  4. Click on the "Annotate" button.
  5. Wait for the annotations to be displayed.
  6. Follow the instructions to select and save annotations.
  7. If you intend to use these annotations for xiNET, you may need to run:
    python AnnotationsApp/clean_annotations_for_xiNET.py annotations.csv > annotations_cleaned.csv
    as xiNET does not support some characters in the annotation names.