Skip to content

Commit

Permalink
Merge pull request #102 from nf-core/fix-schema
Browse files Browse the repository at this point in the history
fix nextflow schema formatting
  • Loading branch information
mashehu authored Oct 23, 2024
2 parents 432a765 + c05062c commit e9be7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"pattern": "lenient|deep|false|true",
"description": "Which type of caching to perform. Possible values include 'lenient', 'deep', 'true', and 'false'. 'lenient' caching does not take into account file modifications times and 'deep' takes into account file content. See https://www.nextflow.io/docs/latest/process.html#process-cache for more information.",
"default":"true"
},
}
}
},
"analysis_parameters": {
Expand Down Expand Up @@ -367,7 +367,7 @@
},
"hpc_queue": {
"type": "string",
"default": "",
"default": "",
"description": "Name of queue in HPC environment to run jobs.",
"hidden": true,
"fa_icon": "fas fa-cogs"
Expand Down

0 comments on commit e9be7e3

Please sign in to comment.