From f0bfde498f207d61ac3b18dad8f25f63fda8d72d Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 10 Dec 2024 16:18:52 +1000 Subject: [PATCH] chore(docs): add note about illumina data (closes #5) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89695e5..4faf5df 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ on top of the [`liblrge`][liblrge] Rust library, which is also available as a st - [Method](#method) - [Results](#results) - [Benchmark](#benchmark) +- [Alternatives](#alternatives) - [Citation](#citation) @@ -36,8 +37,6 @@ on top of the [`liblrge`][liblrge] Rust library, which is also available as a st ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/mbhall88/lrge/total) ![GitHub Release](https://img.shields.io/github/v/release/mbhall88/lrge) - - ```shell curl -sSL lrge.mbh.sh | sh # or with wget @@ -267,6 +266,8 @@ directory $ lrge -D ./mytemp/ reads.fq ``` +If you have Illumina data, try GenomeScope2 or Mash (see [alternatives](#alternatives) for more details). + --- ```