Skip to content

Commit

Permalink
docs: Update readme dark/light modes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Aug 28, 2023
1 parent 3e24690 commit db04c94
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ ARETE produces a range of useful outputs (see [outputs](https://beiko-lab.github

A key design feature of ARETE is the versatility to find the right blend of software packages and parameter settings that best handle datasets of different sizes, introducing heuristics and swapping out tools as necessary. ARETE has been benchmarked on datasets from fewer than ten to over 10,000 genomes from a diversity of species and genera including _Enterococcus faecium_, _Escherichia coli_, _Listeria_, and _Salmonella_. Another key feature is enabling the user choice to run specific subsets of the pipeline; a user may already have assembled genomes, or they may not care about, say, recombination detection. There are also cases where it might be necessary to manually review the outputs from a particular step before moving on to the next one; ARETE makes this manual QC easy to do.

![ARETE diagram](assets/arete.diagram.light.png#gh-light-mode-only)
![ARETE diagram](assets/arete.diagram.png#gh-dark-mode-only)
<picture>

<source media="(prefers-color-scheme: dark)" srcset="./assets/arete.diagram.png">
<img alt="ARETE diagram" src="./assets/arete.diagram.light.png">
</picture>

# Table of Contents

Expand Down

0 comments on commit db04c94

Please sign in to comment.