weizhou0 / qtl

GNU General Public License v3.0
21 stars 2 forks source link

Implement parallel model loading using furrr #6

Closed mkanai closed 4 months ago

mkanai commented 4 months ago

I modified ReadModel_multiTrait so that model files are loaded in parallel when furrr is installed and multiple cores are available.

@weizhou0 Is there any reason there are two install_packages.R under extdata/ and docker/? They are almost same and Dockerfile can copy extdata/install_packages.R

weizhou0 commented 4 months ago

Agree. We only need one copy of install_packages.R