lgatto / pRoloc

A unifying bioinformatics framework for organelle proteomics
http://lgatto.github.io/pRoloc/
15 stars 14 forks source link

New RNGseed in BiocParallel #143

Open lgatto opened 3 years ago

lgatto commented 3 years ago

As discussed in #141 and #142, there's a new RNGseed argument to BiocParallel param objects. knntlOptimisation() has a seed parameter that probably should now be somehow passed to the parallelisation parameter passed as BPPARAM (if not already set). The exact way to tackle this should probably be discussed further, but I suspect that the way the random seed is handled is not valid anymore.

cc @lmsimp