Mercurial > repos > bgruening > bioimage_inference
diff main.py @ 4:2b61d8fcfa52 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bioimaging commit f038722c21eaa3018e1cef0004ac7bd283d15269
author | bgruening |
---|---|
date | Mon, 07 Apr 2025 14:46:13 +0000 |
parents | bc28236f407b |
children | 37b9ead209da |
line wrap: on
line diff
--- a/main.py Wed Feb 26 10:27:28 2025 +0000 +++ b/main.py Mon Apr 07 14:46:13 2025 +0000 @@ -141,4 +141,4 @@ pred_numpy = pred_data.detach().numpy() # write predicted TIF image to file - imageio.v3.imwrite("output_predicted_image.tif", pred_numpy, extension=".tif") + imageio.v3.imwrite("output_predicted_image.tiff", pred_numpy, extension=".tiff")