-
I am trying to use SCENIC; however, R crashes as soon as I try and run sessionInfo() is as follows:
I have a 16 GB RAM windows machine. Code I ran is as follows:
Where
After which the R session aborts altogether after encountering a fatal error. I have tried specifying the number of cores and not including I am aware that this is similar to Issue #93; however, I don't think that the Issue has really been resolved in full -- it was only marked that way, with no explanation as to how to overcome the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Dear @NickNolan , Sorry, I was not aware that we had received new posts on that issue. I have now re-opened it. Most of the issues when loading SCENIC are related to loading the databases: Could you confirm whether you can properly load the databases with these commands?
If the crash is indeed loading the databases:
Pasted from another message below: If the mdsums don't match, then you first need to manage to download the databases successfully (the download.file command in the vignette is convenient, but apparently not very reliable... :() Here you have some alternatives: https://resources.aertslab.org/cistarget/help.html Once you manage to get the same sums, the rest will hopefully work (you seem to have the correct versions). Please, let us know whether that is the case :) |
Beta Was this translation helpful? Give feedback.
-
Hey @s-aibar, No worries -- thank you for such a quick response. It looks like I'm not far off of at least one of these issues; as follows:
Checking the sha256 sums:
Which does not appear to match the sha256sums you listed -- so at a glance, it would seem to be a database issue. For reference, the two database .feather files were downloaded as follows:
Lastly, package versions are below:
Thank you again for your help! Please let me know if there's any other information I can give you to help. |
Beta Was this translation helpful? Give feedback.
-
Ok, then it seems that you first need to manage to download the databases successfully (the Once you manage to get the same sums, the rest will hopefully work (you seem to have the correct versions). Please, let us know whether that is the case :) |
Beta Was this translation helpful? Give feedback.
-
This appears to have solved my issues -- thank you immensely for your help! (good to know that I can't trust |
Beta Was this translation helpful? Give feedback.
Dear @NickNolan ,
Sorry, I was not aware that we had received new posts on that issue. I have now re-opened it.
Most of the issues when loading SCENIC are related to loading the databases:
a) Due to incomplete downloads
b) Due to inconsistent package versions (we had to change the interface to load the
.feather
files from packagefeather
toarrow
).Could you confirm whether you can properly load the databases with these commands?