Skip to content

simpleError in .logThis, object 'logFile' not found at end of addIterativeLSI #638

@markphillippebworth

Description

@markphillippebworth

Describe the bug
A clear and concise description of what the bug is.

addIterativeLSI runs successfully until the last step, and it spits out the error:

<simpleError in .logThis(sampledCellNames, "cellNames supplied", logFile = logFile): object 'logFile' not found

I've tried deleting the ArchRLogs folder and re-running, but I hit the same error.
The error occurs in ArchR 1.0.1 and 1.0.2.
ArchR-addIterativeLSI-131318064369-Date-2021-03-22_Time-17-03-45.log

To Reproduce
To help us optimally address your issue, please try to reproduce this issue using the tutorial hematopoiesis dataset and provide us the command(s) to reproduce your bug. Our first question to you will be "can you reproduce this with the tutorial dataset" so please do this.

This is the code I ran. I tried with using the standard TileMatrix and a subset FeatureMatrix, same error.
I've tried without sampleCellsFinal, but I hit memory limits. I ran this line about 4-8 weeks ago, and it ran successfully on the same files.

Proj <- addIterativeLSI(
ArchRProj = Proj,
useMatrix = "FeatureMatrix",
name = "IterativeLSI",
iterations = 6,
sampleCellsFinal = 300000,
force = TRUE
)

Session Info
If you do not have a log file because the function that caused the error does not produce one, please paste the output of "sessionInfo()" here.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglikely 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