nipoppy pipeline list¶
Note
This command calls the nipoppy.workflows.pipeline_store.list.PipelineListWorkflow class from the Python API internally.
nipoppy pipeline list¶
List installed pipelines for a dataset.
Usage
nipoppy pipeline list [OPTIONS]
Options
- --dataset <dpath_root>¶
Path to the root of the dataset. Default: current working directory or the closest parent directory that contains a .nipoppy directory.
- --dry-run¶
Print commands but do not execute them.
- -v, --verbose¶
Verbose mode (Show DEBUG messages).
- --layout <fpath_layout>¶
Path to a custom layout specification file, to be used instead of the default layout.
Environment variables
- NIPOPPY_LAYOUT
Provide a default for
--layout