pipeio_run_status crashes with name 'pipe' is not defined¶
Calling pipeio_run_status(flow="preprocess_ieeg", run_id="5023636d") raises:
{"error":"name 'pipe' is not defined"}
Also fails without run_id: pipeio_run_status(flow="preprocess_ieeg").
Likely a variable reference bug — pipe was probably renamed to flow during the ontology migration but this code path wasn't updated.
Source context: pixecog¶
PixEcog (pixecog): Neuropixels and ECoG dataset and analysis
Recent commits:
8dc0d9d Pipeline docs: gitignore docs/pipelines/, relocate hand-authored files
96cd1ec Refactor sharpwaveripple/contracts: extract generic helpers to utils/io, remove pipelines __init__.py
36f9326 Add result note directory and sample note
README:
type: readme
Quick Start for Collaborators¶
Follow this checklist to get started with Pixecog documentation and workflows.
🐀 Pixecog Project — Compact Overview¶
Core principles
- One immutable BIDS raw dataset (
raw/) as the canonical baseline - Each analysis pipeline ha
Related Notes¶
- issue-arash-20260407-050947-246557.md — pipeio migration fixes — the
pipe→flowrename that likely left this stale reference is the same ontology migration tracked here - issue-arash-20260409-232034-115590.md — another pipeio MCP tool runtime bug where server-side execution environment causes unexpected failures
- issue-arash-20260407-040507-512890.md — pipeio_nb_exec runtime crash from a bad variable/argument type — same category of pipeio MCP tool execution bug
- issue-arash-20260408-041843-212992.md — pipeio registry_scan tool returning wrong results — pattern of pipeio MCP tool bugs following the ontology migration