Skip to content

An error occurred in convertalis when outputting alntmscore、fident and prob #340

@TigerWindWood

Description

@TigerWindWood

Thank you for creating such an efficient tool.

Expected Behavior

I would like to obtain a foldseek result that includes alntmscore and the protein sequences of the hits

Current Behavior

$foldseek createdb query.pdb queryDB
$foldseek search queryDB targetDB aln_DB tmp
$foldseek convertalis queryDB targetDB aln_DB result.tsv --format-mode 4 --format-output query,target,alntmscore,fident,evalue,bits,prob,lddt,qstart,qend,tstart,tend,qcov,tcov,tseq
An error occurred: "Backtrace cigar is missing in the alignment result. Please recompute the alignment with the -a flag."
I followed the instructions and executed 'mmseqs align queryDB targetDB aln_DB alnNew -a', but the same error still occurred.
When I executed “$foldseek convertalis queryDB targetDB aln_DB result.tsv --format-mode 4 --format-output query,target,fident,evalue,bits,qstart,qend,tstart,tend,qcov,tcov,tseq,” it successfully output the results.
It seems that convertalis encountered an issue when outputting alntmscore, fident, and prob.

Foldssek Output (for bugs)

MMseqs Version: 9.427df8a
Substitution matrix aa:3di.out,nucl:3di.out
Alignment format 4
Format alignment output query,target,alntmscore,fident,evalue,bits,prob,lddt,qstart,qend,tstart,tend,qcov,tcov,tseq
Gap open cost aa:10,nucl:10
Gap extension cost aa:1,nucl:1
Database output false
Preload mode 0
Threads 150
Compressed 0
Verbosity 3
Exact TMscore 0

[=================================================================] 100.00% 1 eta -
Backtrace cigar is missing in the alignment result. Please recompute the alignment with the -a flag.
Command: mmseqs align queryDB targetDB aln_DB alnNew -a

Your Environment

foldseek Version: 9.427df8a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions