Skip to content

Commit

Permalink
Fixed the blast issue locally
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Jan 16, 2025
1 parent 48cb3b9 commit 9c92d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ lint:
nextflow_config:
- manifest.name
- manifest.homePage
- params.show_hidden_params
- params.schema_ignore_params
- params.validationSchemaIgnoreParams
nf_core_version: 2.14.1
repository_type: pipeline
template:
Expand Down
1 change: 0 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ params {
// Schema validation default options
validationFailUnrecognisedParams = false
validationLenientMode = false
validationSchemaIgnoreParams = 'genomes,igenomes_base'
validationShowHiddenParams = false
validate_params = true

Expand Down

0 comments on commit 9c92d51

Please sign in to comment.