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

Unable to find exact match 20 bp sequence #828

Open
tn-7 opened this issue Mar 25, 2024 · 1 comment
Open

Unable to find exact match 20 bp sequence #828

tn-7 opened this issue Mar 25, 2024 · 1 comment

Comments

@tn-7
Copy link

tn-7 commented Mar 25, 2024

I'm trying to query this: SQSSSSGSPPRRPPPGRRPF in the PDB seqres:

pos_pathogen_0
SQSSSSGSPPRRPPPGRRPF

!grep -B 1 SQSSSSGSPPRRPPPGRRPF ../../bin/mmseq2_db/pdb/pdb_seqres_protein.fasta
results in:

7k7r_C mol:protein length:20 EBNA1 peptide AA386-405
SQSSSSGSPPRRPPPGRRPF
7k7r_F mol:protein length:20 EBNA1 peptide AA386-405
SQSSSSGSPPRRPPPGRRPF

However, if I use, !mmseqs easy-search -c 0.8 $fasta ../../bin/mmseq2_db/pdb/pdb_seqres_protein.fasta
pos_ctrl_result tmp --threads 8 > output.txt nothing results.

@milot-mirdita
Copy link
Member

We suppress hits like these likely with our false positive suppression mechanisms. You can try disabling masking and compositional bias correction with --mask 0 --comp-bias-corr 0. That might help with finding these hits. Additionally, you can also disable E-values as this would not really be a homology search anymore with -e inf.

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