Skip to content

Commit

Permalink
cheat linter with extra 'type' entry
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Dec 21, 2023
1 parent 65a1e89 commit 2915e70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
},
"adapter_fasta": {
"type": "string",
"default": "None",
"fa_icon": "fas fa-file",
"description": "Fasta file with adapter sequences to be trimmed."
},
Expand Down Expand Up @@ -369,6 +368,10 @@
"minimum": 0
}
],
"type": [
"string",
"number"
],
"default": "auto",
"fa_icon": "fab fa-pagelines",
"description": "Set the clustering threshold Hamming distance value. Default: 'auto'"
Expand Down

0 comments on commit 2915e70

Please sign in to comment.