Skip to content

Commit

Permalink
Fix default in schema and config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 14, 2024
1 parent 18bcb3f commit 6d9f011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ params {
generate_tar_archive = false

generate_downstream_samplesheets = false
generate_pipeline_samplesheets = false
generate_pipeline_samplesheets = null
generate_samplesheet_dbtype = 'raw'
}

Expand Down
1 change: 0 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
},
"generate_pipeline_samplesheets": {
"type": "string",
"default": "taxprofiler",
"description": "Specify a comma separated string in quotes to specify which pipeline to generate a samplesheet for.",
"fa_icon": "fas fa-toolbox",
"pattern": "^(taxprofiler)(?:,(taxprofiler)){0,1}"
Expand Down

0 comments on commit 6d9f011

Please sign in to comment.