Scripts and a web app for annotating proteins
Qick and dirty. Do not use it unless you know what you are doing.
git clone
cd AnnotationsApp
pip install flask
pip install requests
- Start the app
python app.py
- Open your browser and go to the URL displayed in the terminal.
- Paste UniProt IDs in the text area and optionally upload custom or prior annotations, or previously saved AnnotationsApp session.
- Click on the "Annotate" button.
- Wait for the annotations to be displayed.
- Follow the instructions to select and save annotations.
- If you intend to use these annotations for xiNET, you may need to run:
as xiNET does not support some characters in the annotation names.
python AnnotationsApp/clean_annotations_for_xiNET.py annotations.csv > annotations_cleaned.csv