dchaley / qupath-project-initializer

Tools to initialize a QuPath project from input files
0 stars 1 forks source link

Upload remote projects to cloud storage #21

Closed dchaley closed 2 months ago

dchaley commented 2 months ago

If the project directory is cloud storage, then create a temporary working directory for project output.

Then, when completing the operation, if the project directory is remote, upload the working directory's content using gcloud storage cp.

Fixes #15