Skip to content

Commit

Permalink
docs: Add ARETE diagram (#159)
Browse files Browse the repository at this point in the history
* docs: Add ARETE diagram

* docs: Update readme dark/light modes
  • Loading branch information
jvfe authored Aug 28, 2023
1 parent 349b428 commit 0fe5d44
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ 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.

<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

1. [About the pipeline](#about)
Expand Down
Binary file added assets/arete.diagram.light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/arete.diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/arete.diagram.light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/arete.diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0fe5d44

Please sign in to comment.