Open lfaino opened 5 years ago
https://github.com/bioinformagic/monica/blob/03ba4b767ab35648df38028c0b6050ca9f216a2b/libs/GoodOvernight.py#L46
Dear @DrQuestion and @simozhou , this way of doing the parallel jobs is not the one that i prefer. please have a look at multiprocess library of python. Parallel is a bit problematic some times.
Cheers Luigi
fixed subprocess.call with our project-native shell_runner.
shell_runner
We need to fix pooling with multiprocessing and some other TODOs that I left in the code in my last commit.
https://github.com/bioinformagic/monica/blob/03ba4b767ab35648df38028c0b6050ca9f216a2b/libs/GoodOvernight.py#L46
Dear @DrQuestion and @simozhou , this way of doing the parallel jobs is not the one that i prefer. please have a look at multiprocess library of python. Parallel is a bit problematic some times.
Cheers Luigi