From 6b6c0f0cfa8cd7a73191b755b1b8d92753c1f032 Mon Sep 17 00:00:00 2001 From: Alejandra Escobar Date: Mon, 21 Oct 2024 14:35:11 +0100 Subject: [PATCH] Update nextflow_schema.json --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 6c7dd93..7590c12 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -26,7 +26,7 @@ "biome": { "type": "string", "description": "This can be any of the MGnify catalogues for which shallow-mapping databases are currently available", - "enum": ["chicken-gut-v1-0-1", "mouse-gut-v1-0", "human-gut-v2-0-2"] + "enum": ["chicken-gut-v1-0-1", "mouse-gut-v1-0", "non-model-fish-gut-v2-0", "human-vaginal-v1-0", "honeybee-gut-v1-0-1", "sheep-rumen-v1-0", "marine-v2-0", "zebrafish-fecal-v1-0", "human-oral-v1-0-1", "pig-gut-v1-0", "cow-rumen-v1-0-1", "human-gut-v2-0-2"] }, "run_bwa": { "type": "boolean",