From 5df42e24f583449a171282970381f6dcf14b6ef2 Mon Sep 17 00:00:00 2001 From: Emma Carli <39613453+emmacarli@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:12:21 +1100 Subject: [PATCH] Remove 116 and 58 channel options as they are not used --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 2ed4cdc..dc170fd 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -131,7 +131,7 @@ }, "nchans": { "type": "string", - "default": "1,16,32,58,116,928", + "default": "1,16,32,928", "description": "Comma separated list of nchans to frequency scrunch the data into", "fa_icon": "fas fa-align-justify" },