docs: update RAVEN cross-references for the post-reorg folder layout#20
Merged
Conversation
RAVEN moved its functions out of the core/ catch-all into purpose-based top-level folders (SysBioChalmers/RAVEN#614). Repoint every RAVEN file path in the cross-reference docs (IMPROVEMENTS.md, docs/reference/matlab_raven_backports.md): - FSEOF / randomSampling / reporterMetabolites -> analysis/ - parseTaskList / checkTasks -> tasks/ - fillGaps -> gapfilling/ - addRxns / changeRxns / standardizeGrRules -> manipulation/ - getIndexes / checkModelStruct / getElementalBalance -> queries/ - getModelFromHomology -> reconstruction/homology/ - getKEGGModelForOrganism -> reconstruction/kegg/ - runINIT / ftINIT -> INIT/ Also corrects references that were stale even before the reorg (getKEGGModelForOrganism was in external/kegg/) and points the proposed GPR-lint back-port findPotentialErrors at manipulation/, alongside standardizeGrRules. Doc-only: raven-python's module layout already matches RAVEN's new structure (it was the template the reorg mirrored), so no code changes are needed.
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
RAVEN reorganised its MATLAB functions out of the
core/catch-all into purpose-based top-level folders (SysBioChalmers/RAVEN#614, ondevelop3). This repoints the RAVEN file paths in raven-python's cross-reference docs to their current locations.IMPROVEMENTS.mdanddocs/reference/matlab_raven_backports.md— everycore/<fn>.mreference updated:analysis/tasks/gapfilling/manipulation/queries/reconstruction/homology/reconstruction/kegg/INIT/Doc-only; no code changes. raven-python's module layout already matches RAVEN's new structure (it was the template the reorg mirrored), so the only thing that drifted was these textual cross-references. (Two were stale even before the reorg —
getKEGGModelForOrganismlived inexternal/kegg/— and the proposed GPR-lint back-portfindPotentialErrorsnow points atmanipulation/.)Assessed but intentionally not done (follow-ups)
plotting/→visualization/— RAVEN unifiedpathway/+plotting/intovisualization/. raven-python'splotting/is an unused stub, and renaming it would also churn the user-facing[plotting]pip extra — better done when that subpackage is actually implemented.reconstruction/metacyc/— RAVEN has MetaCyc reconstruction; porting it is feature work, out of scope for a folder-alignment change.