forked from cellgeni/Image-ST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.config
30 lines (26 loc) · 767 Bytes
/
run.config
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
process {
withName: CELLPOSE {
maxForks = 1
clusterOptions = '-gpu "mode=shared:j_exclusive=no:num=1:gmem=2048"'
// ext.args = "--flow_threshold 1.0 --cellprob_threshold -1.0"
}
withName: BIOINFOTONGLI_MICROALIGNER {
storeDir = "output/registered_stacks/"
memory = {50.Gb *task.attempt}
queue="imaging"
}
withName: TO_SPATIALDATA {
ext.args = "--feature_col 'Name' --expansion_in_pixels 80 --save_label_img True"
memory = {40.Gb *task.attempt}
queue = "imaging"
}
withName: BIOINFOTONGLI_TILEDSPOTIFLOW {
memory = {20.Gb *task.attempt}
clusterOptions = '-gpu "mode=shared:j_exclusive=no:num=1:gmem=2048"'
maxForks = 1
}
withName: Spotiflow_merge_tiled_peaks {
memory = {20.Gb *task.attempt}
maxForks = 1
}
}