# HG changeset patch # User bgruening # Date 1739285288 0 # Node ID 32153c43126cbeb71d6ee21ded74ddcbd9d37203 # Parent 9186100e75b58fb292a8c84ddadeee9b46d3f014 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cellpose commit 81c6be8cc2502367ae52bf093b838e9764b22c00 diff -r 9186100e75b5 -r 32153c43126c cellpose.xml --- a/cellpose.xml Fri Aug 23 08:06:04 2024 +0000 +++ b/cellpose.xml Tue Feb 11 14:48:08 2025 +0000 @@ -1,7 +1,7 @@ - + with Cellpose - 3.0.10 + 3.1.0 0 @@ -11,7 +11,7 @@ - cellpose + quay.io/biocontainers/cellpose:@TOOL_VERSION@ @@ -59,7 +59,6 @@ - @@ -76,40 +75,40 @@ - - + + - - + + - - + + - - + + - - + + @@ -117,8 +116,8 @@ - - + + @@ -126,8 +125,8 @@ - - + + @@ -135,7 +134,7 @@ - + diff -r 9186100e75b5 -r 32153c43126c cp_segmentation.py --- a/cp_segmentation.py Fri Aug 23 08:06:04 2024 +0000 +++ b/cp_segmentation.py Tue Feb 11 14:48:08 2025 +0000 @@ -23,7 +23,7 @@ Folder to save the outputs. """ warnings.simplefilter('ignore') - + np.random.seed(42) with open(inputs, 'r') as param_handler: params = json.load(param_handler) diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_masks_chan.tif Binary file test-data/img02_cp_masks_chan.tif has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_masks_nuclei.tif Binary file test-data/img02_cp_masks_nuclei.tif has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_segm_chan.png Binary file test-data/img02_cp_segm_chan.png has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_segm_cyto.png Binary file test-data/img02_cp_segm_cyto.png has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_segm_cyto2.png Binary file test-data/img02_cp_segm_cyto2.png has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_segm_cyto3.png Binary file test-data/img02_cp_segm_cyto3.png has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_segm_diameter.png Binary file test-data/img02_cp_segm_diameter.png has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_segm_gpu.png Binary file test-data/img02_cp_segm_gpu.png has changed diff -r 9186100e75b5 -r 32153c43126c test-data/img02_cp_segm_nuclei.png Binary file test-data/img02_cp_segm_nuclei.png has changed