# HG changeset patch # User bgruening # Date 1744037173 0 # Node ID 2b61d8fcfa52956620267e63148f38280cf3e24e # Parent bc28236f407b52cd63b0225ada651e1bd98f3c28 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bioimaging commit f038722c21eaa3018e1cef0004ac7bd283d15269 diff -r bc28236f407b -r 2b61d8fcfa52 bioimage_inference.xml --- a/bioimage_inference.xml Wed Feb 26 10:27:28 2025 +0000 +++ b/bioimage_inference.xml Mon Apr 07 14:46:13 2025 +0000 @@ -2,7 +2,7 @@ with PyTorch 2.4.1 - 1 + 2 @@ -44,7 +44,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -117,7 +117,7 @@ - + @@ -133,7 +133,7 @@ - + diff -r bc28236f407b -r 2b61d8fcfa52 main.py --- 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")