You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,29 +29,6 @@ Starting with version [1.4.4](https://github.com/hgb-bin-proteomics/MSAnnika_Spe
29
29
[xiSearch](https://www.rappsilberlab.org/software/xisearch/) with [xiFDR](https://www.rappsilberlab.org/software/xifdr/). Simply use the validated CSMs file from
30
30
xiFDR (e.g. usually ending with extension `CSM_xiFDR*.*.*.csv` where `*` denotes the xiFDR version) as input for the `CSMS_FILE` parameter in the `config.py` file!
31
31
32
-
## GUI
33
-
34
-

35
-
36
-
> [!Important]
37
-
> **The GUI currently only is supported up to version [1.1.6](https://github.com/hgb-bin-proteomics/MSAnnika_Spectral_Library_exporter/releases/tag/v1.1.6)!**
38
-
>
39
-
40
-
Alternatively to the commandline-based python script, a GUI is also available via [Docker](https://www.docker.com/):
41
-
- 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:
42
-
```
43
-
docker run -p 8501:8501 michabirklbauer/spectrallibraryexporter
44
-
```
45
-
- Navigate to `localhost:8501` in your browser. You should see the MS Annika Spectral Library exporter GUI!
46
-
47
-
If you don't have/want to install Docker you can also run the GUI natively using the following commands:
48
-
- Open a terminal inside `MSAnnika_Spectral_Library_exporter`.
49
-
- Enter `cp gui/streamlit_app.py .`.
50
-
- Enter `cp gui/streamlit_util.py .`.
51
-
- Enter `pip install streamlit`.
52
-
- Enter `streamlit run streamlit_app.py --server.maxUploadSize 5000`.
53
-
- Navigate to `localhost:8501` in your browser. You should see the MS Annika Spectral Library exporter GUI!
54
-
55
32
## Exporting MS Annika results to Microsoft Excel
56
33
57
34
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.
0 commit comments