May 27, 2015
Run jobs in parallel with python
How do you manage efficiently multiples jobs with modern computer cores ?
This is a real problem that had me stuck for a while.
I am working on a framework to analyze next generation sequencing data, consequently I have numerous files to manages, differents types of data that have to undergo a specific analysis. On the other hand, I have a few cores (24), some RAM (32Go) and decent hard drives.
Read more