Closed Goultard59 closed 1 year ago
Hi,
Not member of dev team but hopefully this is helpful. So this isn't really a LIGER issue if you are running LIGER through the Seurat wrapper and using future package for Seurat functions that support it, so it would be more appropriate on the Seurat GitHub. Someone else has recently raised this issue on their GitHub so hopefully fix is applied soon. https://github.com/satijalab/seurat/issues/3622.
Best, Sam
Hi,
I get the following error : "UNRELIABLE VALUE: Future ('future_lapply-1') unexpectedly generated random numbers without specifying argument '[future.]seed'. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify argument '[future.]seed', e.g. 'seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via the L'Ecuyer-CMRG method. To disable this check, use [future].seed=NULL, or set option 'future.rng.onMisuse' to "ignore".
Th error happening at those steps :
immune.integrated <- RunOptimizeALS(immune, k = 20, lambda = 5, split.by = "SAMP") immune.integrated <- RunQuantileNorm(immune.integrated, split.by = "SAMP")
I'm using Seurat who uses the future package for parallelisation (https://satijalab.org/seurat/v3.2/future_vignette.html)
I get an error when I load future packages first if I load it later it changes the integration result without any error message.
For now I have deactivated the usage of future package and the result work properly.
Thanks, Adrien.