Skip to content

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