Skip to content

Commit be85b48

Browse files
committed
Improve only_integrate workflow
1 parent d45998c commit be85b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.nf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ workflow until_integrate {
246246
}
247247

248248
workflow only_integrate {
249-
integrate(params.path_for_scvi, params.batch_key)
249+
obj_scvi = Channel.fromPath("${params.path_for_scvi}")
250+
integrate(obj_scvi, params.batch_key)
250251
}
251252

252253
workflow subset {

0 commit comments

Comments
 (0)