nipoppy.config.main¶
Dataset configuration.
Classes¶
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:
pipeline_name (str)
pipeline_version (str)
pipeline_configs (list[nipoppy.config.pipeline.BasePipelineConfig])
- Return type:
- nipoppy.config.main.get_pipeline_version(pipeline_name, pipeline_configs)¶
Get the first version associated with a pipeline.
- Parameters:
pipeline_name (str) – Name of the pipeline, as specified in the config
pipeline_configs (list[nipoppy.config.pipeline.BasePipelineConfig]) – List of pipeline configurations
- Returns:
The pipeline version
- Return type: