diff --git a/nextflow_schema.json b/nextflow_schema.json index 03f9fa8..2db9bd0 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -372,19 +372,7 @@ "type": "string", "default": "all", "description": "The NCBI taxonomic groups to download. Options include 'all', 'archaea', 'bacteria', 'fungi', 'invertebrate', 'metagenomes', 'plant', 'protozoa', 'vertebrate_mammalian', 'vertebrate_other', and 'viral'. A comma-separated list is also valid (e.g., 'bacteria,viral').", - "enum": [ - "all", - "archaea", - "bacteria", - "fungi", - "invertebrate", - "metagenomes", - "plant", - "protozoa", - "vertebrate_mammalian", - "vertebrate_other", - "viral" - ] + "pattern": "^((all|archaea|bacteria|fungi|invertebrate|metagenomes|plant|protozoa|vertebrate_mammalian|vertebrate_other|viral)?,?)*(?