ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

[STORY] Enable deployed pipelines to access whole data rows instead of specific columns #84

Closed tclose closed 2 years ago

tclose commented 2 years ago

Description

For pipelines such as deepdicomsort and dicom-session2Bids we need to present the whole data row (i.e. MR session) to the pipeline instead of selecting specific columns (e.g. T1-weighted, diffusion MRI scans) to connect to the pipeline.

Benefit hypothesis

DeepDicom sort and dicom-session2bids pipelines will be able to be implemented within the pipelines-core framework

Acceptance criteria

To be able to run pipelines that operate on whole data row (i.e. MR session)

tclose commented 2 years ago

Epic: Australian-Imaging-Service/pipelines#33

tclose commented 2 years ago

This is now implemented in main