From 5816b1a31929e207990685bfca3bc21f71fd7ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Pe=C3=B1a-P=C3=A9rez?= Date: Mon, 26 Aug 2024 17:59:14 +0200 Subject: [PATCH] Update nextflow_schema.json --- nextflow_schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow_schema.json b/nextflow_schema.json index 8fe32ea..aa6f52f 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -228,6 +228,7 @@ }, "skip_subsample_region": { "type": "boolean", + "default": false, "description": "Turn off subsampling of the region. The region is defined by the subsample_bed parameter and the fraction is given by seed_frac", "fa_icon": "fas fa-toggle-off" },