From d5d1bfcd31c209a8ea39b5fe3901d726c06e9d0d Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Fri, 12 Jan 2024 11:07:48 +0100 Subject: [PATCH] Update nextflow_schema.json --- nextflow_schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nextflow_schema.json b/nextflow_schema.json index a846609e..b1106dcd 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -241,6 +241,12 @@ "default": "${projectDir}/assets/known_adapters.fa", "description": "FastA with known miRNA adapter sequences for adapter trimming", "fa_icon": "far fa-question-circle" + }, + "min_trimmed_reads": { + "type": "integer", + "default": 10, + "fa_icon": "far fa-window-minimize", + "description": "Minimum number of reads required in input file to use it" } } },