Skip to content

Commit

Permalink
added pattern to ncbidownload_group's input validation to allow a com…
Browse files Browse the repository at this point in the history
…ma separated list of groups
  • Loading branch information
a4000 committed Apr 12, 2024
1 parent 07e7671 commit cd0b46c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]+(?:,[all|archaea|bacteria|fungi|invertebrate|metagenomes|plant|protozoa|vertebrate_mammalian|vertebrate_other|viral]+)*)?$"
},
"ncbidownload_section": {
"type": "string",
Expand Down

0 comments on commit cd0b46c

Please sign in to comment.