yjx1217 / simuG

simuG: a general-purpose genome simulator
MIT License
83 stars 11 forks source link

Multicore execution #8

Closed asan-emirsaleh closed 1 year ago

asan-emirsaleh commented 2 years ago

Do you plan to introduce the parallel multiprocessing functionality to simuG? It worked in single core while I used it.

yjx1217 commented 2 years ago

Hi Asan,

It will definitely be helpful but I am currently preoccupied by other projects. A quick workaround could be partitioning your input genomes into different subsets and use tools such as GNU parallel to launch multiple simuG runs.

Best, Jia-Xing