Browse code

Introducing bioc error to test if bioccheck breaks!

Irzam Sarfraz authored on 14/10/2021 10:12:03
Showing 1 changed files

... ...
@@ -105,7 +105,7 @@ importMultipleSources <- function(allImportEntries, delayedArray = FALSE) {
105 105
     }
106 106
     else if(entry$type %in% c("rds", "files")){
107 107
       # Check if tags already stored in uploaded rds/files
108
-      if(is.null(S4Vectors::metadata(newSce)$assayType)){
108
+      if(is.null(metadata(newSce)$assayType)){
109 109
         try({
110 110
           counts(newSce)
111 111
           newSce <- expSetDataTag(