Skip to content

Commit aabe87b

Browse files
committed
Undo cellbender_epochs changes
1 parent 36b1e18 commit aabe87b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ params {
2424
ambient_removal = 'decontx'
2525
doublet_detection = 'scrublet'
2626
doublet_detection_threshold = 1
27-
cellbender_epochs = 151
27+
cellbender_epochs = 150
2828

2929
// Integration options
3030
integration_methods = 'scvi'

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"cellbender_epochs": {
105105
"type": "integer",
106-
"default": 151,
106+
"default": 150,
107107
"description": "Number of epochs to train the CellBender model"
108108
}
109109
}

0 commit comments

Comments
 (0)