mllg / batchtools

Tools for computation on batch systems
https://mllg.github.io/batchtools/
GNU Lesser General Public License v3.0
170 stars 51 forks source link

Wrong random number seed reported on execJob. #203

Closed mtmorgan closed 5 years ago

mtmorgan commented 5 years ago

This line https://github.com/mllg/batchtools/blob/3b0b1a9a59e377bb4d827e355d6955d66849c9e6/R/execJob.R#L38 reports the random number seed used by each job as job$id, but according to the documentation should be (at least when seed has been set) job$id + job$seed.

mllg commented 5 years ago

Thanks for reporting!