From e3e465df1f1a4b0d64754de93a7952592b1efd73 Mon Sep 17 00:00:00 2001 From: Sofia Stamouli <91951607+sofstam@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:00:59 +0100 Subject: [PATCH] Update nextflow_schema.json Co-authored-by: James A. Fellows Yates --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index cacff75..65d17b1 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -518,7 +518,7 @@ "enum": ["tsv", "csv", "arrow", "parquet", "biom"] }, "taxpasta_taxonomy_dir": { - "type": "boolean", + "type": "string", "description": "The path to a directory containing taxdump files.", "help_text": "At least nodes.dmp and names.dmp are required. A merged.dmp file is optional." },