Skip to content

addGeneScoreMatrix does not work properly when subThreading is FALSE #670

@dagarfield

Description

@dagarfield

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:

  1. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is neededlikely solvedLikely now a solved issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions