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

Foldseek Query Inconsistency #398

Open
yonatan212 opened this issue Dec 16, 2024 · 0 comments
Open

Foldseek Query Inconsistency #398

yonatan212 opened this issue Dec 16, 2024 · 0 comments

Comments

@yonatan212
Copy link

Issue Description

When querying the PDB entry 3k44 using Foldseek, I receive a hit. However, when I query the same against the entire PDB database, including 3k44, I get multiple hits but not for 3k44 itself.

Foldseek Commands Used

Query against a single PDB entry

/content/foldseek/bin/foldseek easy-search q 3k44 aln.m8 tmpFolder
--format-output "query,target,qstart,qend,tstart,tend,alntmscore,qtmscore,evalue,qlen,alnlen,qcov"
--alignment-type 1

Query against the entire PDB database

/content/foldseek/bin/foldseek easy-search q pdb aln.m8 tmpFolder
--format-output "query,target,qstart,qend,tstart,tend,alntmscore,qtmscore,evalue,qlen,alnlen,qcov"
--alignment-type 1

Expected Behavior

When querying against the entire PDB database, I expect to see a hit for 3k44.

Actual Behavior

A hit is found when querying 3k44 directly.

No hit is found for 3k44 when querying the entire PDB database.

Steps to Reproduce

Run the first command to query against 3k44 directly.

Run the second command to query against the entire PDB database.

Compare the results for 3k44.

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