nipoppy.workflows.pipeline_store.create.PipelineCreateWorkflow¶
- class nipoppy.workflows.pipeline_store.create.PipelineCreateWorkflow(pipeline_dir, type_, *, source_descriptor=None, verbose=False, dry_run=False)¶
Workflow for pipeline validate command.
- Parameters:
pipeline_dir (pathlib.Path)
type_ (nipoppy.env.PipelineTypeEnum)
source_descriptor (Optional[pathlib.Path])
- create_bundle(target, type_, *, source_descriptor=None)¶
Create a pipeline bundle.
- Parameters:
target (pathlib.Path)
type_ (nipoppy.env.PipelineTypeEnum)
source_descriptor (Optional[pathlib.Path])
- run_main()¶
Run the main workflow.
- pipeline_dir¶
- source_descriptor = None¶
- type_¶