Skip to content

Commit

Permalink
Merge pull request #6 from hgb-bin-proteomics/develop
Browse files Browse the repository at this point in the history
gui docs
  • Loading branch information
michabirklbauer authored Dec 11, 2023
2 parents 51613f1 + 8f51083 commit 29bd804
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ Generate a spectral library for [Spectronaut](https://biognosys.com/software/spe
- Run `python create_spectral_library.py`.
- If the script successfully finishes, the spectral library should be generated with the extension `_spectralLibrary.csv`.

## GUI

![Screenshot](gui/screenshot.png)

Alternatively to the commandline-based python script, a GUI is also available via [Docker](https://www.docker.com/):
- After [installing Docker](https://docs.docker.com/engine/install/) [[Quick Guide here](https://github.com/michabirklbauer/PIA/blob/master/DOCKER.md)] run the following command:
```
docker run -p 8501:8501 michabirklbauer/spectrallibraryexporter
```
- Navigate to `localhost:8501` in your browser. You should see the MS Annika Spectral Library exporter GUI!

If you don't have/want to install Docker you can also run the GUI natively using the following commands:
- Open a terminal inside `MSAnnika_Spectral_Library_exporter`.
- Enter `cp gui/streamlit_app.py .`.
- Enter `cp gui/streamlit_util.py .`.
- Enter `pip install streamlit`.
- Enter `streamlit run streamlit_app.py --server.maxUploadSize 5000`.
- Navigate to `localhost:8501` in your browser. You should see the MS Annika Spectral Library exporter GUI!

## Exporting MS Annika results to Microsoft Excel

The script uses a Micrsoft Excel files as input, for that MS Annika results need to be exported from Proteome Discoverer. It is recommended to first filter results according to your needs, e.g. filter for high-confidence CSMs and filter out decoy CSMs as depicted below.
Expand Down
Binary file added gui/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29bd804

Please sign in to comment.