Australian-Imaging-Service / pipelines

Scripts to generate analysis pipelines that can be run in XNAT's container service
Other
2 stars 3 forks source link

[STORY] Test for presence of manifest file in upload stage of xnat-ingest #286

Open tclose opened 8 months ago

tclose commented 8 months ago

Metadata

Epic: #271 Feature: #273

Description

During the upload stages of the TBP data ingestion workflow we don't want to work with partially transferred data but we don't want to leave large delays to ensure all data has been transferred. Therefore we will use the presence of the manifest file to signify that the dataset has been fully transferred (and that all the files are present, might want to calculate hashes, not sure).

Need to ensure that commands all wait until manifest file is present.

Acceptance Criteria