Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MEMO is slow to index genomes due to serial processing #2

Open
marade opened this issue May 28, 2024 · 2 comments
Open

MEMO is slow to index genomes due to serial processing #2

marade opened this issue May 28, 2024 · 2 comments

Comments

@marade
Copy link

marade commented May 28, 2024

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

@StephenHwang
Copy link
Owner

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.

@marade
Copy link
Author

marade commented Jun 12, 2024

I'd recommend something more lightweight than Snakemake, but anything parallel would be better than serial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants