# HG changeset patch # User bgruening # Date 1744037184 0 # Node ID 4fd6e8b051e98918113106fc535641204abe083d # Parent 000f171afabbc181f704ac8ac6da259990d09225 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bioimaging commit f038722c21eaa3018e1cef0004ac7bd283d15269 diff -r 000f171afabb -r 4fd6e8b051e9 bioimage_inference.xml --- a/bioimage_inference.xml Wed Feb 26 10:27:36 2025 +0000 +++ b/bioimage_inference.xml Mon Apr 07 14:46:24 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 000f171afabb -r 4fd6e8b051e9 main.py --- a/main.py Wed Feb 26 10:27:36 2025 +0000 +++ b/main.py Mon Apr 07 14:46:24 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")