parklab / MosaicForecast

A mosaic detecting software based on phasing and random forest
MIT License
62 stars 21 forks source link

/etc/localtime warning #17

Closed gevro closed 3 years ago

gevro commented 3 years ago

Hi, I'm getting this warning when running Prediction.R:

Warning message:
In normalizePath("/etc/localtime") :
  path[1]="/etc/localtime": No such file or directory
douym commented 3 years ago

Hi, I'm getting this warning when running Prediction.R:

Warning message:
In normalizePath("/etc/localtime") :
  path[1]="/etc/localtime": No such file or directory

Hi @gevro , are you able to generate the final prediction results? I saw your new question posted

gevro commented 3 years ago

Yes, the .predictions file is still being generated, even though I am getting this error. Is this error something I should worry about?

douym commented 3 years ago

Yes, the .predictions file is still being generated, even though I am getting this error. Is this error something I should worry about?

Hi @gevro ,

This might be correlated with docker versions... https://github.com/docker/for-mac/issues/2396 I think it's not a concern as long as you could get the predictions~

Best, Yanmei

gevro commented 3 years ago

Ok thanks.