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

Rename qdb.lookup so that it will not be removed #325

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ZiyaoLi
Copy link

@ZiyaoLi ZiyaoLi commented Oct 28, 2022

The colabfold.mmseqs.search.py generates a qdb.lookup to match queries and ids. This file is useful to map back the batched results. However, this file is removed by mmseqs rmdb qdb, which basically does rm qdb*. Renaming this file avoids this (potentially accidental) removing.

@xeniorn
Copy link

xeniorn commented Jan 23, 2023

This would break pairing, which relies on qdb.lookup to decide which sequences to pair. You'd need to make a copy of qdb.lookup, or rename it after the pairing part.

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

Successfully merging this pull request may close these issues.

2 participants