Hi,
I'm trying to perform
mSet <- PerformDBSearchingBatch (mSet,
ppm1 = 10,
ppm2 = 25,
rt_tol = 5,
database_path = "hmdb_db/MS2ID_hmdb_v09102023.sqlite",
use_rt = TRUE,
enableNL = FALSE,
ncores = 2L)
And I've this error. I suppose it's a problem of parallelism, but I was wondering is someone has to experience this type of error ?
==== Database searching against MS2ID_hmdb_v09102023.sqlite started ====
Error in unserialize(node$con) : error reading from connection
Thanks for your help !