-
Notifications
You must be signed in to change notification settings - Fork 93
fix: chain template alignments auth labelling (inference) #117
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
Merged
jandom
merged 21 commits into
main
from
jandom/2026-02/fix/chain-template-alignments-auth-labelling
Mar 26, 2026
Merged
Changes from 7 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
561018c
fix #101: template chain alignment
jandom 0787889
further tweak, and maybe working now
jandom c3c14a5
rename templates
jandom 080d0d0
run a linter
jandom e57d303
review: comments and improvements
jandom 865ec86
simpler code, happier
jandom b29f1f6
Add remapping logic to the colabfold pipeline and remove from templat…
gnikolenyi a78196f
refactor the PR slightly
jandom be1fc4e
Merge branch 'public-main' into jandom/2026-02/fix/chain-template-ali…
jandom 6f7d487
fix the test_colabfold_msa
jandom 126bcca
fix: TEST_DIR location
jandom 11420df
mutualize RSCB API calls and add tests
jandom 65c292f
use the new rscb.py module in colabfold_msa_server
jandom fbc389a
migrate all testst to test_colabfold_msa_server
jandom 8450fa8
remove dead code
jandom 4a26bc6
zip alignments and a3m_lines with strict=True
jandom 78570ff
move test files to test_data
jandom f16b160
review: comments from Jennifer (use pytest-recording to store responses)
jandom bf286be
remove the obsolete test
jandom f5cb6b9
Merge branch 'main' into jandom/2026-02/fix/chain-template-alignments…
jandom 1364f45
review: comments from Jennifer
jandom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should error here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could raise an error here instead.
My concern is if a user is running a large batch of predictions, they may prefer to be notified later about the issue with missing templates, rather than have the workflow interrupted for a few broken examples. We could think of a better way to record this issue and bring attention to the missing template alginments?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to tell – either way it's out of scope in a way, because it's not related to the bug-fix per se. Should we handle this in another PR? This PR is already 20 files, we're ballooning