Skip to content

Commit a1ecf3d

Browse files
authored
Update README.md
1 parent 9501e03 commit a1ecf3d

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# StreamSage
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/singjc/StreamSage/raw/main/assets/StreamSage.png" alt="StreamSage_Logo" width="500">
4+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/singjc/StreamSage/raw/main/assets/StreamSage.png" alt="StreamSage_Logo" width="500">
5+
<img alt="StreamSage_Logo" comment="Placeholder to transition between light color mode and dark color mode - this image is not directly used." src="https://github.com/singjc/StreamSage/raw/main/assets/StreamSage.png">
6+
</picture>
7+
</p>
28

3-
StreamSage is a web application for performing proteomics database searching using Sage. For more information about Sage, please refer to the github repository [here](https://github.com/lazear/sage).
9+
---
10+
11+
![Website](https://img.shields.io/website?url=https%3A%2F%2Fabi-services.cs.uni-tuebingen.de%2Fstreamsage%2F)
12+
13+
14+
[StreamSage](https://abi-services.cs.uni-tuebingen.de/streamsage/) is a web application for performing proteomics database searching using Sage. For more information about Sage, please refer to the github repository [here](https://github.com/lazear/sage).
415
This app is based on [OpenMS streamlit template project](https://github.com/OpenMS/streamlit-template).
516

617
## Installation
718

8-
Clone the repository and install the dependencies using the following commands:
19+
If you wish to run StreamSage locally, you can clone the repository and install the dependencies using the following commands:
920

1021
```bash
1122
git clone https://github.com/singjc/StreamSage.git

0 commit comments

Comments
 (0)