# HG changeset patch # User bgruening # Date 1739285274 0 # Node ID 1857781df226105cd906b6852adae28e62eac0a1 # Parent 4ddb0af5a806409bb121551f7f872e6c941fc875 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cellpose commit 81c6be8cc2502367ae52bf093b838e9764b22c00 diff -r 4ddb0af5a806 -r 1857781df226 cellpose.xml --- a/cellpose.xml Fri Aug 23 08:05:53 2024 +0000 +++ b/cellpose.xml Tue Feb 11 14:47:54 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 4ddb0af5a806 -r 1857781df226 cp_segmentation.py --- a/cp_segmentation.py Fri Aug 23 08:05:53 2024 +0000 +++ b/cp_segmentation.py Tue Feb 11 14:47:54 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 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_masks_chan.tif Binary file test-data/img02_cp_masks_chan.tif has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_masks_nuclei.tif Binary file test-data/img02_cp_masks_nuclei.tif has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_segm_chan.png Binary file test-data/img02_cp_segm_chan.png has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_segm_cyto.png Binary file test-data/img02_cp_segm_cyto.png has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_segm_cyto2.png Binary file test-data/img02_cp_segm_cyto2.png has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_segm_cyto3.png Binary file test-data/img02_cp_segm_cyto3.png has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_segm_diameter.png Binary file test-data/img02_cp_segm_diameter.png has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_segm_gpu.png Binary file test-data/img02_cp_segm_gpu.png has changed diff -r 4ddb0af5a806 -r 1857781df226 test-data/img02_cp_segm_nuclei.png Binary file test-data/img02_cp_segm_nuclei.png has changed