Al-Murphy / MungeSumstats

Rapid standardisation and quality control of GWAS or QTL summary statistics
https://doi.org/doi:10.18129/B9.bioc.MungeSumstats
75 stars 16 forks source link

Make data.table `nThread=1` explicit in tests #65

Closed bschilder closed 3 years ago

bschilder commented 3 years ago

All data.table funcs are single-threaded by default on Macs (currently), but might not be the case on other machines. Best to make nThread=1 explicit to avoid errors during tests