Skip to content

Commit

Permalink
Merge pull request #44 from a4000/dev
Browse files Browse the repository at this point in the history
added pattern to ncbidownload_group to allow a comma separated list of groups
  • Loading branch information
a4000 authored Apr 15, 2024
2 parents 07e7671 + 288be93 commit 1c93f1f
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)?,?)*(?<!,)$"
},
"ncbidownload_section": {
"type": "string",
Expand Down

0 comments on commit 1c93f1f

Please sign in to comment.