digital_slide_archive icon indicating copy to clipboard operation
digital_slide_archive copied to clipboard

Easier deployment of sample resources, metadata, and annotations

Open manthey opened this issue 1 year ago • 0 comments

Currently, the provisioning script will install a fixed set of samples if requested. It would be nice if this could be specified more explicitly. Something like:

initial-data:
  - source-host: <girder api url>
    source-resource-path: </collection/sample/folder>
    destination-resource-path: </collection/sample/folder>
    destination-owner: <user id>
    include-metadata: <boolean>
    include-annotations: <boolean>

manthey avatar Feb 06 '23 17:02 manthey