docs: add "Choose your workflow" section to the README - #116
Merged
Conversation
Surface a goal-oriented "what should I run first?" map between the Quickstart and the full command reference, so new users can match an intent (look at a structure, sanity-check, compare, featurise, build a graph dataset, coarse-grain, triage docking, drive via MCP) to a starting command and an obvious next step. Also adds the `structure-report` and `prepare` commands to the command table (they existed but were undocumented there) and gives each an example.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us 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.
What
Improves feature discoverability in the README by adding a compact, goal-oriented "Choose your workflow" section between the Quickstart and the full command reference. It answers "what should I run first?" by mapping an intent to a starting command and an obvious next step:
molscope file.pdb/reportqc→structure-reportcomparepresets→analyzebuild_dataset/export→preparepresets→coarse-graindock-report(+dock-summary/dock-diverse/dock-rank)Also
Surfaces two commands that existed but were missing from the command table:
structure-report(protein ML-readiness) andprepare(train/val/test splits), each with an example in the CLI block. Internal anchor links (#command-line,#use-from-an-ai-assistant-mcp) verified.Docs-only change.