We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b1e18 commit aabe87bCopy full SHA for aabe87b
nextflow.config
@@ -24,7 +24,7 @@ params {
24
ambient_removal = 'decontx'
25
doublet_detection = 'scrublet'
26
doublet_detection_threshold = 1
27
- cellbender_epochs = 151
+ cellbender_epochs = 150
28
29
// Integration options
30
integration_methods = 'scvi'
nextflow_schema.json
@@ -103,7 +103,7 @@
103
},
104
"cellbender_epochs": {
105
"type": "integer",
106
- "default": 151,
+ "default": 150,
107
"description": "Number of epochs to train the CellBender model"
108
}
109
0 commit comments