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

Trivial case of clustering one sequence is too slow #835

Open
korneel-emweb opened this issue Apr 23, 2024 · 0 comments
Open

Trivial case of clustering one sequence is too slow #835

korneel-emweb opened this issue Apr 23, 2024 · 0 comments

Comments

@korneel-emweb
Copy link

Expected Behavior

I am repeatedly running mmseqs to cluster databases with an unknown number of sequences. If there is only one sequence, there is of course one cluster. I expected this to go fast, but it actually takes about 7 seconds to compute. From what I can tell most of the time is spent in the prefiltering.

The setup is that I have a large database and want to cluster the sequences per species (subsets of the database). I tried some workarounds by prefiltering and aligning with the entire database and then trying the clustering on a subdatabase, but mmseqs doesn't like it. It complains that the database is not same size as the alignment database. I also tried createsubdb on the alignment database, but no luck ...

Is there a workflow that can help me here?

Current Behavior

Steps to Reproduce (for bugs)

MMseqs Output (for bugs)

Context

Your Environment

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

1 participant