From 049c0741602cc506fb22d8063f519d5f452fd4bc Mon Sep 17 00:00:00 2001 From: Mia Croiset <mia.croiset@ens-lyon.fr> Date: Tue, 28 Jan 2025 16:41:41 +0100 Subject: [PATCH] fix typos --- docs/benchmark.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/benchmark.md b/docs/benchmark.md index 9c6fbc0..ed6bb1f 100644 --- a/docs/benchmark.md +++ b/docs/benchmark.md @@ -14,10 +14,10 @@ We compare only for the hicstuff workflow. Each matrix figure is a diff between ### Alignment -We have different alignement options in the pipeline : +We have different alignment options in the pipeline : - "Normal" is the basic alignment, with `bowtie2`, - "Iterative" is the iterative alignment from hicstuff with option `--iterative`, -- "Cutsite" is the normal alignment with read preprocessing form hicstuff with option `--cutgsite`, +- "Cutsite" is the normal alignment with read preprocessing form hicstuff with option `--cutsite`, - "Parasplit" is also with preprocessing but with the new module we made, with option `--parasplit`. Here we have matrices with **4kb** resolution, **normalized to 1** (to the total of reads) and with the **diagonal down to 0**. -- GitLab