-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnextflow.saekho.config
More file actions
executable file
·45 lines (34 loc) · 1.15 KB
/
nextflow.saekho.config
File metadata and controls
executable file
·45 lines (34 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
Set default parameters
Any parameters provided by the user with a -params-file or
with -- command-line arguments will override the values
defined below.
*/
profiles {
slurm {
includeConfig 'conf/slurm.config'
}
local {
includeConfig 'conf/local.config'
}
}
params {
help = false
// Column name in the input spreadsheet that contains the concatinated list of marker labels.
singleLabelColumn = "Classification"
keptContextColumns = ["Image", " Centroid X µm", "Centroid Y µm"]
singleLabelDelimiter = "|"
//qupath_object_type = "DetectionObject"
qupath_object_type = "CellObject"
nucleus_marker = "NA2"
use_boxcox_transformation = true
transformation_group_by_column = "Image"
// Rough estimator of bottom percentile belonging to negative labelling (1-99 percentile)
huerustic_negative_percentile = 12
huerustic_negative_n_cells = 8
huerustic_negative_add_only_missing = "True"
hasFOV = false
}
// Needed to modify lables from original to match marker quant prefix
// sed -i 's/CD8+/CD8a+/g' /.../QuantBinary/*
// sed -i 's/ HLA_DR+/ HLA-DR+/g' /.../QuantBinary/*