Skip to content

Commit

Permalink
fix: Remove requirement for input and kaiju_db
Browse files Browse the repository at this point in the history
Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe committed Jun 3, 2024
1 parent 1e55398 commit a28ecf8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"fa_icon": "fas fa-terminal",
"description": "Define where the pipeline should find input data and save output data.",
"required": [
"input",
"outdir"
],
"properties": {
Expand Down Expand Up @@ -154,9 +153,6 @@
"description": "Run Kraken2 classifier"
}
},
"required": [
"kaiju_db"
],
"fa_icon": "fab fa-pagelines"
},
"functional": {
Expand Down Expand Up @@ -404,8 +400,7 @@
"type": "string",
"description": "Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file",
"fa_icon": "fas fa-image",
"hidden": true,
"default": "/home/jvfe/dev/pesquisa/dalmolingroup-euryale/assets/euryale_logo.png"
"hidden": true
},
"multiqc_methods_description": {
"type": "string",
Expand All @@ -415,7 +410,7 @@
"tracedir": {
"type": "string",
"description": "Directory to keep pipeline Nextflow logs and reports.",
"default": "null/pipeline_info",
"default": "${params.outdir}/pipeline_info",
"fa_icon": "fas fa-cogs",
"hidden": true
},
Expand Down

0 comments on commit a28ecf8

Please sign in to comment.