From 591cc41edd1327bbe190c792946f0e868b42045e Mon Sep 17 00:00:00 2001 From: Wassim Salam <97744975+wassimsalam01@users.noreply.github.com> Date: Thu, 17 Aug 2023 02:44:34 +0200 Subject: [PATCH] Update nextflow_schema.json Updated all em_seq preset argument values from 8 to 10. --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 5bdb022b..5f6a0865 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -190,7 +190,7 @@ "type": "boolean", "fa_icon": "fas fa-cubes", "description": "Preset for EM-seq libraries.", - "help_text": "Equivalent to `--clip_r1 8` `--clip_r2 8` `--three_prime_clip_r1 8` `--three_prime_clip_r2 8`.\n\nAlso sets the `--maxins` flag to `1000` for Bismark." + "help_text": "Equivalent to `--clip_r1 10` `--clip_r2 10` `--three_prime_clip_r1 10` `--three_prime_clip_r2 10`.\n\nAlso sets the `--maxins` flag to `1000` for Bismark." }, "single_cell": { "type": "boolean",