File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 },
6666 "resources" : {
6767 "cpus" : 16 ,
68- "memory" : 128
68+ "memory" : 256
6969 },
7070 "inputs" : [
7171 {
Original file line number Diff line number Diff line change 11#! /usr/bin/env nextflow
2- // hash:sha256:be6c92e6cbf99beebb2bd3e99f70b29923806851ce9494e98037c3424defc92e
2+ // hash:sha256:ecfa160533633226db1a111ba2725beecf07c5b14e766e6baad4ae478c07b0b5
33
44nextflow. enable. dsl = 1
55
@@ -115,7 +115,7 @@ process capsule_aind_smartspim_stitch_128_2 {
115115 container " $REGISTRY_HOST /published/9fd01a17-58d1-48f5-9a7e-beeccb8c90f5:v1"
116116
117117 cpus 16
118- memory ' 120 GB'
118+ memory ' 240 GB'
119119
120120 input:
121121 path ' capsule/data/preprocessed_data/' from capsule_aind_smartspim_destripe_shadow_correction_005_1_to_capsule_aind_smartspim_stitch_128_2_6. collect()
@@ -135,7 +135,7 @@ process capsule_aind_smartspim_stitch_128_2 {
135135
136136 export CO_CAPSULE_ID=9fd01a17-58d1-48f5-9a7e-beeccb8c90f5
137137 export CO_CPUS=16
138- export CO_MEMORY=128849018880
138+ export CO_MEMORY=257698037760
139139
140140 mkdir -p capsule
141141 mkdir -p capsule/data && ln -s \$ PWD/capsule/data /data
You can’t perform that action at this time.
0 commit comments