File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ rule patch_segmentation_cellpose:
107107 conda :
108108 "sopa2"
109109 threads : 8
110+ resources :
111+ time = 120 ,
110112 params :
111113 cellpose = args ["segmentation" ]["cellpose" ].as_cli (),
112114 sdata_path = paths .sdata_path ,
@@ -122,10 +124,8 @@ rule patch_segmentation_baysor:
122124 paths .smk_transcripts_temp_dir / "{index}" / "segmentation_counts.loom" ,
123125 conda :
124126 "sopa2"
125- threads : 8
126127 params :
127128 baysor_config = args ["segmentation" ]["baysor" ].as_cli (keys = ["config" ]),
128- baysor_params = args ["segmentation" ]["baysor" ].as_cli (keys = ["force" , "delete_cache" , "recover" ]),
129129 sdata_path = paths .sdata_path ,
130130 resources :
131131 cpus_per_task = 8 ,
@@ -138,7 +138,7 @@ rule patch_segmentation_baysor:
138138 module purge
139139 fi
140140
141- sopa segmentation baysor {params.sdata_path} --patch-index {wildcards.index} {params.baysor_config} {params.baysor_params}
141+ sopa segmentation baysor {params.sdata_path} --patch-index {wildcards.index} {params.baysor_config}
142142 """
143143
144144rule patch_segmentation_comseg :
You can’t perform that action at this time.
0 commit comments