From b3ffa742515e771b96522abe3ea47547f4682ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20An?= Date: Mon, 16 Oct 2023 14:55:33 +0800 Subject: [PATCH] temporary fix for #103 This parameter causes the pipeline stall at the Launching step... --- nextflow_schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 45eb0ce1..a7909a7c 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -16,7 +16,6 @@ "description": "Path to comma-separated file containing information about the samples in the experiment.", "help_text": "A design file with information about the samples in your experiment. Use this parameter to specify the location of the input files. It has to be a comma-separated file with a header row. See [usage docs](https://nf-co.re/rnavar/usage#input).", "fa_icon": "fas fa-file-csv", - "schema": "assets/schema_input.json", "type": "string", "format": "file-path", "exists": true,