DigitalSlideArchive / digital_slide_archive

The official deployment of the Digital Slide Archive and HistomicsTK.
https://digitalslidearchive.github.io
Apache License 2.0
105 stars 49 forks source link

Easier deployment of sample resources, metadata, and annotations #245

Open manthey opened 1 year ago

manthey commented 1 year ago

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>