LoL-align: probability scoring, output, clustering and CI - #595
Open
lasseReifenrath wants to merge 1 commit into
Open
LoL-align: probability scoring, output, clustering and CI#595lasseReifenrath wants to merge 1 commit into
lasseReifenrath wants to merge 1 commit into
Conversation
Add the LoL-align alignment mode (--alignment-type 3) end to end: - Homology-probability classifier (LoLAlignProbability) with a 39-feature MLP; store the probability in result.score (*10000) and the normalized LoL-score in result.eval. - tmalign.cpp: self-hit handling for the LoL-align path. - convertalis: register --alignment-type (forwarded by easy-search) and rescale score back to [0,1] on output for the bits/prob/raw columns, the default and empty format-output tab, BLAST+len (-m 2) and HTML (-m 3). SAM (-m 1) stays on the bit-score path. - StructureCluster: dispatch --alignment-type 3 in the cascaded clustering workflow (main alignment + reassignment steps). - Regression: bump submodule to the updated LoL-align search targets (SFAM 0.448889, FOLD 0.27193). - mac-arm64 CI: install rust via rustup.rs (Homebrew rustup no longer ships rustup-init) and export cargo to PATH for the block_aligner build. - README: add the LoL-align publication and document the new parameters.
Collaborator
|
Hello! Did you mean to upload the .gitignore file as well? |
Contributor
Author
|
No, this was by mistake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the LoL-align alignment mode (--alignment-type 3) end to end: