Skip to content

Commit

Permalink
Update regression and convertalis ALNTMSCORE score
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Sep 14, 2024
1 parent 7e6be60 commit 2c6b809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/strucclustutils/structureconvertalis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ R"html(<!DOCTYPE html>
case LocalParameters::OUTFMT_ALNTMSCORE:
tmres = tmaligner->computeTMscore(targetCaData, &targetCaData[res.dbLen], &targetCaData[res.dbLen+res.dbLen], res.dbLen,
res.qStartPos, res.dbStartPos, tmpBt,
tmpBt.size());
std::min(res.qEndPos - res.qStartPos, res.dbEndPos - res.dbStartPos));
result.append(SSTR(tmres.tmscore));
break;
case LocalParameters::OUTFMT_QTMSCORE:
Expand Down

0 comments on commit 2c6b809

Please sign in to comment.