nipoppy.workflows.pipeline_store.search.PipelineSearchWorkflow

class nipoppy.workflows.pipeline_store.search.PipelineSearchWorkflow(query, zenodo_api=None, community=False, size=10, verbose=False, dry_run=False)

Search Zenodo for existing pipeline configurations and print results table.

Parameters:
run_main()

Run the workflow.

col_description = 'Description'
col_downloads = 'Downloads'
col_title = 'Title'
col_zenodo_id = 'Zenodo ID'
community = False
query
size = 10
widths
zenodo_api