dchaley / deepcell-imaging

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

Multi-step job: write tiff using input file basename #275

Closed dchaley closed 2 months ago

dchaley commented 2 months ago

Update the multi-step job to write the TIFF file using the input file basename as its own basename.

Example: input23.npz → input23.tiff

Paired with @WeihaoGe1009 @bnovotny

Fixes #253