You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serial processing is from individual MONI runs called in a bash loop, not in Python. Future releases may use Snakemake workflow to parallelize these runs.
Please consider concurrent.futures or a similarly well-tested Python module that allows user to utilize all their processor cores:
https://docs.python.org/3/library/concurrent.futures.html
The text was updated successfully, but these errors were encountered: