From 65427fffa03c77dc3d6cd23f69ecd027b9dde087 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Tue, 18 Feb 2025 08:57:03 +0000 Subject: [PATCH] Field tweak --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index e4644a6f..f621d875 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -32,7 +32,7 @@ "format": "file-path", "exists": true, "mimetype": "text/csv", - "pattern": "^\\S+\\.(csv|tsv)$", + "pattern": "^\\S+\\.csv$", "schema": "assets/schema_input.json", "description": "Path to comma-separated file containing information about the samples in the experiment.", "help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row. See [usage docs](https://nf-co.re/differentialabundance/usage#samplesheet-input).",