nipoppy.config.main

Dataset configuration.

Classes

Config

Schema for dataset configuration.

Module Contents

nipoppy.config.main.get_pipeline_config(pipeline_name, pipeline_version, pipeline_configs)

Get the config for a pipeline.

Parameters:
Return type:

nipoppy.config.pipeline.BasePipelineConfig

nipoppy.config.main.get_pipeline_version(pipeline_name, pipeline_configs)

Get the first version associated with a pipeline.

Parameters:
Returns:

The pipeline version

Return type:

str