Open SHuang-Broad opened 6 years ago
I had been attempting to run it per chromosome (via a workflow language) and then combine the results at the end. eg first split the bams per chr and then execute. But this is still ongoing.
Ha! Funny that I'm trying to do a similar thing. I have built the docker for Mobster and bundled with MOSAIK or BWA (available here and here, all experimental) and am writing WDL for that.
In writing the WDL and testing it, I noticed the runtime above.
Let me know if there's anything I can help with.
Hi,
according to my two test runs on a WGS 30X bam, below are the time (in minutes) it takes for each stage, all single threaded
RefAndMEPairFinder
seems to be the stage that takes the longest time. So I'm wondering if it is possible, at least in theory, to make it multithreaded?Thanks!