docs: add PIPELINE_SETTINGS.md — how to configure the LNG + DeltaSign… - #54
Merged
Conversation
…al run Aimed at operators standing the pipeline up (not tuning the model). Core message: the LNG_*/DS_* tuning flags are the validated winning config as code defaults — leave them. The only things to configure per environment are the Neo4j connection, Reactome release alignment (Release97; LNG defaults to 97), and the diagram/catalog paths. Also documents the 0-100-in / 0-1-out solver scale and the parse-once/solve-many network_id flow (see deltasignal/docs/API.md). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
…al run
Aimed at operators standing the pipeline up (not tuning the model). Core message: the LNG_/DS_ tuning flags are the validated winning config as code defaults — leave them. The only things to configure per environment are the Neo4j connection, Reactome release alignment (Release97; LNG defaults to 97), and the diagram/catalog paths. Also documents the 0-100-in / 0-1-out solver scale and the parse-once/solve-many network_id flow (see deltasignal/docs/API.md).
Description
Brief description of what this PR does.
Type of Change
Related Issue
Fixes #(issue number)
Changes Made
Testing
Unit Tests
poetry run pytest tests/ -v -m "not database")Integration Tests (Optional - requires Neo4j)
poetry run pytest tests/ -v)Manual Testing
Describe any manual testing performed:
Code Quality
poetry run ruff check src/with no errorspoetry run ruff format src/poetry run mypy --ignore-missing-imports src/(optional)Documentation
docs/Checklist
Screenshots (if applicable)
Add screenshots or terminal output if it helps explain the changes.
Additional Notes
Any additional information that reviewers should know.