dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
8 stars 2 forks source link

Use image name as benchmarking input id #339

Closed dchaley closed 2 months ago

dchaley commented 2 months ago

Require passing in the image name. Previously, we guessed it from the filename using the directory containing the npz file. This is incorrect for QuPath project structures where the filename itself is the image name. Now, the job submission script has to decide what to call each image.

Also fix unit tests– we had forgotten to update them after adding the disks 😅

Fixes #330

Paired with @WeihaoGe1009