-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when try to setBackend from MsBackendMzR to MsBackendDataFrame #4
Comments
Are you running the code in the docker? If possible I would suggest to run this in a normal R - which will avoid any problems related to file paths etc that will be different between the docker and your local file system. Also, depending on your docker configuration, it may happen that your docker process runs out of memory. If you want to debug this error, it may help if you call Also, if you have many (large) files it might be better to keep everything on-disk instead of in-memory - performance should still be OK, so there is no actual need to load the data into memory by using an |
I am quite new to docker so I will learn from the hints you provide. But I do feel the benefit to use docker to run the process so that I don't need the manual configuration. So I think it will be still great if docker can be run. If not, I will try to reconfigure the spectra in my local R.
Thank you for the QA! Best, |
Yes, docker is very nice. Especially on linux the performance is about the same as if you would run R natively. On Windows and macOS it is different because docker uses a virtual machine, so in essence, docker runs in a linux within a virtual machine on these operating systems. That's why on Windows and macOS docker is not ideal. Note that on those OS you can also specify the memory and number of CPUs etc that docker (or actually the virtual machine) will be able to use. You may increase these if you experience memory issues. |
Hi Johannes,
Here also I want to report issue when I tried to load my own data and
setBackend
fromMzR
toDataFrame
. It renders following error.Error messages:
I am not sure if the size matter. I have 19 DDA runs and the total size using
MzR
backend is as followed:Thanks,
Minghao Gong
The text was updated successfully, but these errors were encountered: