Browse code

skipSoupX_bg fix

salzcamino authored on 03/10/2022 17:42:37
Showing 1 changed files

... ...
@@ -1253,7 +1253,7 @@ if (skipSoupX_bg) {
1253 1253
                      background = TRUE)},
1254 1254
     error = function(e) {
1255 1255
       cat("runSoupX with background did not complete successfully. The section of SoupX with background is skipped")
1256
-      skipSoupX_bg <- TRUE
1256
+      skipSoupX_bg <<- TRUE
1257 1257
       return(NA)
1258 1258
     }
1259 1259
   )