doc update for #172: updating the docs to correctly reflect that msa … - #337
Open
Pana-TsK wants to merge 5 commits into
Open
doc update for #172: updating the docs to correctly reflect that msa …#337Pana-TsK wants to merge 5 commits into
Pana-TsK wants to merge 5 commits into
Conversation
…ct that msa related features are defined at the query level, and not at the per-chain level.
jandom
self-requested a review
July 27, 2026 13:00
jandom
approved these changes
Jul 27, 2026
Per @jnwei's review on aqlaboratory#337: the pipeline already falls back to a single-sequence MSA automatically whenever use_msas is false (data_module.py's prepare_data() calls augment_main_msa_with_query_sequence() unconditionally when use_msa_server=False), so the old wording implying users need to construct a dummy MSA themselves was inaccurate.
Contributor
Author
|
Should be alright now, let me know |
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.
Fixes #172
use_msas,use_main_msas, anduse_paired_msasare defined onQuery(openfold3/projects/of3_all_atom/config/inference_query_format.py), not on
Chain. SinceChainhasextra: "forbid", setting any of these at thechain level raises a pydantic validation error.
This moves the field docs and examples from the per-chain sections
(3.1 Protein chains, 3.2 RNA chains) to the query-level section (Section 2),
adds a note in Section 3 pointing readers to the query-level fields, and
updates the full example JSON in Section 4 accordingly. No code changes.
Note: this branch's CI may show the "Linting code" / ruff check as failing
on docs/source/debugging_how_to.md — that's pre-existing, caused by
astral-sh/ruff-action@v3 picking up ruff 0.16.0 (which made Markdown
Python-code-block formatting default-on), unrelated to this change.