We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Processing of IES candidates in fuzzy mode to get consensus sequence is slow. Speed up with parallelization?
The text was updated successfully, but these errors were encountered:
A simple way to parallelize would be process each contig in a reference separately.
Before doing so need to check that temp files are appropriately handled and do not overwrite each other.
Sorry, something went wrong.
Other places that could benefit from parallelization:
No branches or pull requests
Processing of IES candidates in fuzzy mode to get consensus sequence is slow. Speed up with parallelization?
The text was updated successfully, but these errors were encountered: