From 4722c3b867463abb52bedae0da973d3c94a4a353 Mon Sep 17 00:00:00 2001 From: Lee Katz - Aspen Date: Thu, 5 Jan 2023 16:28:37 -0500 Subject: [PATCH] added normalize script to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04cf4227..c6dd9021 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ This documentation was built with `cargo docs --no-deps` |[`fasten_randomize`](https://lskatz.github.io/fasten/fasten_randomize) | Randomizes reads from input | |[`fasten_combine`](https://lskatz.github.io/fasten/fasten_combine) | Combines identical reads and updates quality scores.| |[`fasten_kmer`](https://lskatz.github.io/fasten/fasten_kmer) | Kmer counting.| +|[`fasten_normalize`](https://lskatz.github.io/fasten/fasten_normalize) | Normalize read depth by using kmer counting.| |[`fasten_sample`](https://lskatz.github.io/fasten/fasten_sample) | Downsamples reads.| |[`fasten_shuffle`](https://lskatz.github.io/fasten/fasten_shuffle) | Shuffles or deshuffles paired end reads.| |[`fasten_validate`](https://lskatz.github.io/fasten/fasten_validate) | Validates your reads|