GGIR I/O rework: act-int-ready input, separate output root, gt3x compare tests#20
Draft
bahaaaldin214 wants to merge 8 commits into
Draft
GGIR I/O rework: act-int-ready input, separate output root, gt3x compare tests#20bahaaaldin214 wants to merge 8 commits into
bahaaaldin214 wants to merge 8 commits into
Conversation
Compare gt3x and raw GGIR outputs with focused contract tests. Co-authored-by: Copilot <[email protected]>
pipe.py: vosslnxft int input to inputs/act-int-ready; add per-project INT_OUT_DIR/OBS_OUT_DIR (int derivatives to 3-experiment/output). gg.py: per-project output_dir so int/obs derivatives never collide. qc.py, group.py: read derivatives from per-project output root. plots.py: add CLI + out_dir override + headless backend. cron.sh: push result commits to writable fork via RESULTS_REMOTE. Co-authored-by: Cursor <[email protected]>
…ult 3) Co-authored-by: Cursor <[email protected]>
…ache) Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
…e datadir + studyname), iterate GGIRfiles not RelativeFiles Co-authored-by: Cursor <[email protected]>
…) to keep box in sync with fork Co-authored-by: Cursor <[email protected]>
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.
Summary
inputs/act-int-readyintervention input and write derivatives to a separate per-project output root (3-experiment/output/...), keeping inputs and outputs cleanly separated.--output_dirplumbing throughgg.py/acc_new.R/main.pyso intervention and observational runs target distinct output roots.act/utils/plots.pyas a CLI (out_dir override + headless backend) for gt3x-vs-raw comparison plots.cron.sh: push automated result commits to a writable fork remote (RESULTS_REMOTE) since upstream origin is read-only for the service account.Changes
act/core/acc_new.R,act/core/gg.py,act/main.py: per-project output dir + GT3X preference.act/utils/pipe.py:vosslnxftprofile ->inputs/act-int-readyinput, separate output root.act/utils/qc.py,act/utils/group.py: read derivatives from the output root.act/utils/plots.py: CLI + headless plotting.act/tests/*: newtest_gt3x_compare.py,test_gt3x_contract.py, smoke updates.Test plan
pytest(61/61 passing locally)bahaa pipeline ggir) produces derivatives underoutput/derivatives/GGIR-3.2.6/Draft: opened for review/testing before merge.