-
Notifications
You must be signed in to change notification settings - Fork 158
addGeneScoreMatrix does not work properly when subThreading is FALSE #670
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlikely solvedLikely now a solved issue.Likely now a solved issue.
Description
Pretty simple bug:
addGeneScoreMatrix(projSpurp_doubletRemoved_filtered2, excludeChr = c("NC_001453.1"), force = TRUE, subThreading = FALSE )
Result:
Error in addGeneScoreMatrix(projSpurp_doubletRemoved_filtered2, excludeChr = c("NC_001453.1"), : object 'inputFiles' not found
Traceback:
- addGeneScoreMatrix(projSpurp_doubletRemoved_filtered2, excludeChr = c("NC_001453.1"),
. force = TRUE, subThreading = FALSE)
Likely cause (from the function):
if (subThreading) { h5disableFileLocking() } else { args$threads <- length(inputFiles) }
Presumably inputFiles should be ArrowFiles?
inputFiles is not an argument to addGeneScoreMatrix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlikely solvedLikely now a solved issue.Likely now a solved issue.