Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Remove default null parameters at schema #10

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@
"default": "total_features_by_counts,total_counts,pc_mito,pc_ribo"
},
"merge_facet_vars": {
"type": "string",
"default": "NULL"
"type": "string"
},
"merge_outlier_vars": {
"type": "string",
Expand Down Expand Up @@ -330,8 +329,7 @@
"default": 0.2
},
"integ_ref_dataset": {
"type": "string",
"default": "NULL"
"type": "string"
},
"integ_min_cells": {
"type": "integer",
Expand All @@ -350,8 +348,7 @@
"default": 1
},
"integ_dims_use": {
"type": "string",
"default": "NULL"
"type": "string"
},
"integ_dist_use": {
"type": "string",
Expand Down Expand Up @@ -613,8 +610,7 @@
"default": "cngeneson,seqdate,pc_mito"
},
"dge_random_effects_var": {
"type": "string",
"default": "NULL"
"type": "string"
},
"dge_fc_threshold": {
"type": "number",
Expand All @@ -637,8 +633,7 @@
"default": "",
"properties": {
"ipa_reference_file": {
"type": "string",
"default": "NULL"
"type": "string"
},
"ipa_enrichment_tool": {
"type": "string",
Expand Down Expand Up @@ -888,4 +883,4 @@
"$ref": "#/definitions/max_job_request_options"
}
]
}
}