TomMaullin / BLMM

This repository contains all code for the BLMM toolbox.
19 stars 5 forks source link

File locking system for batch outputs #39

Closed TomMaullin closed 4 years ago

TomMaullin commented 4 years ago

Currently each batch job outputs to a seperate file. Ideally they should all add their contributions to the same file in order to reduce the storage cost. A file locking system would have to be added and the functions memorySafeAtB and in blmm_batch.py and memorySafeReadAndSumAtB in blmm_concat.py would have to be modified accordingly.

TomMaullin commented 4 years ago

This has been resolved by PR #42