You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am performing an exhaustive all vs all search with the goal of performing structural alignment of various proteins.
Expected result:
For alignments of structurally dissimilar proteins (low qtmscore and ttmscore, low prob, high evalue, few matches reported in CIGAR string, low qcov or tcov) the alntmscore is expected to be low.
For alignments of a structure to itself (qtmscore and ttmscore == 1, rmsd == 0, full match over seq length in CIGAR string, qcov and tcov == 1, low evalue, prob == 1) the alntmscore is expected to be exactly 1.
Observed result:
Sample from output filtered for rows with alntmscore > 1, highlighting both cases described above. Some fields excluded for visual coherence.
Issue:
alntmscore
is being reported as > 1.I am performing an exhaustive all vs all search with the goal of performing structural alignment of various proteins.
Expected result:
For alignments of structurally dissimilar proteins (low
qtmscore
andttmscore
, lowprob
, highevalue
, few matches reported in CIGAR string, lowqcov
ortcov
) thealntmscore
is expected to be low.For alignments of a structure to itself (
qtmscore
andttmscore
== 1,rmsd
== 0, full match over seq length in CIGAR string,qcov
andtcov
== 1, lowevalue
,prob
== 1) thealntmscore
is expected to be exactly 1.Observed result:
Sample from output filtered for rows with
alntmscore
> 1, highlighting both cases described above. Some fields excluded for visual coherence.Command used:
foldseek/bin/foldseek easy-search sample_pdbs_test sample_pdbs_test output_file tmp --format-output query,target,evalue,cigar,qseq,tseq,qcov,tcov,lddt,lddtfull,t,u,qtmscore,ttmscore,alntmscore,rmsd,prob --exhaustive-search 1 -e inf --threads 16
Runtime log
Sample data
sample_pdbs_test.tar.gz
If any additional information is necessary I am happy to provide it.
The text was updated successfully, but these errors were encountered: