Usage¶
neurodags validate pipeline.yml— load config and print dataset / derivative summaryneurodags run pipeline.yml --derivative MyDerivative— execute one derivativeneurodags dry-run pipeline.yml --derivative MyDerivative— inspect the execution planneurodags dataframe pipeline.yml --format wide— assemble dataframe outputneurodags dag pipeline.yml --html pipeline_dag.html— export Mermaid DAG HTMLneurodags view path/to/file.nc— launch the Dash explorerneurodags tui pipeline.yml— launch the Textual TUI (neurodags[tui]extra required)Quickstart — a minimal working example
Terminal User Interface (TUI) — manage and run pipelines from the terminal
pipeline.yml Reference — all
pipeline.ymlkeys and derivative flagsdatasets.yml Reference — all
datasets.ymlfields and mount pointsCustom Nodes — write and register custom nodes
Dataframe Assembly — build ML-ready dataframes from derivatives
Inspection and Visualization — dry-run, error markers, DAG visualization, file explorer
Parallelism and Execution Control — local n_jobs, subset execution, error handling, HPC pointer