addClusters() taking too long #1507
-
Hello, I used addClusters() a month ago with the same dataset (but using the default values for the tutorial), and it worked fine. I had to re-do the LSI, and now the addClusters() function is taking too long to complete. Currently, it's running one that hasn't finished. It has been 12+ hours when before it took around 2 or less. Should it be taking this long? The code that I'm running is the following. I do not have the log file as it is still running and I don't know when it's going to finish.
Console shows the following information of what it has been able to do
My ArchRProject has 8 samples with 61,035 cells. I updated ArchR 1.0.2 a week ago and the last time I ran addClusters() was with the 1.0.1 version. I appreciate any help or tips you could give me to find out what is happening? Thank you! Update: After more than 900 minutes it finished. I upload the logfile in case it helps |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
I'm seeing a similar issue. My problem is that |
Beta Was this translation helpful? Give feedback.
-
Interesting. My gut response is that this is unlikely a problem with ArchR. The code to If you really think this is an ArchR problem, it would be helpful to see how long it takes to run the relevant command on the same data using |
Beta Was this translation helpful? Give feedback.
-
I'm only using 30 LSI but see the same issue:
There was no such issue when I only had 100,000 cells |
Beta Was this translation helpful? Give feedback.
Interesting. My gut response is that this is unlikely a problem with ArchR. The code to
Clustering.R
whereaddClusters()
is located hasnt been updated for 2-3 years. So I dont think this is a code change in ArchR that has caused a new problem.addClusters()
is really just a wrapper aroundSeurat::FindClusters()
. That being said, I dont see code changes in Seurat that would explain this either. The place where @IsmaelMaza 's code is hanging is duringSeurat::FindClusters()
.If you really think this is an ArchR problem, it would be helpful to see how long it takes to run the relevant command on the same data using
release_1.0.1
andrelease_1.0.2