Skip to content

Commit

Permalink
feat: Update README.md for dark/light theme (#614)
Browse files Browse the repository at this point in the history
* Update README.md for dark/light theme

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
alethomas authored Nov 15, 2023
1 parent 34701af commit 33ac5f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# UnCoVar

![UnCoVar2](https://user-images.githubusercontent.com/77535027/133610563-d190e25c-504e-4953-92dd-f84a5b4a1191.png)

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/IKIM-Essen/uncovar/assets/77535027/8e17c6fc-ff7a-4c25-afc9-7888036d693e">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/IKIM-Essen/uncovar/assets/77535027/c99f5a94-749b-422e-b319-1e3700d40a8e">
<img alt="UnCoVar Logo dark/light">
</picture>


## SARS-CoV-2 Variant Calling and Lineage Assignment

Expand Down

0 comments on commit 33ac5f7

Please sign in to comment.