BergelsonLab / BergelsonLab/blabpy
parallelize all seedlings-level pipeline operations
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Create a `apply_parallel` function somewhere that will use joblib to apply a function to a list of arguments.
Call `apply_parallel` whenever a lot of files of the same type are processed.
I am not sure what the best way to handle exceptions in the subprocesses is, so - for now - assume that any exception will break the whole process.
Contributor guide
Assessment
This issue has not been assessed yet.