From 4d293b4ebcf089a62801bb3ad1b180831d31282f Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Mon, 22 Jul 2024 17:54:07 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26a3bf6a..10cab02f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If Galaxy Image Analysis helped with the analysis of your data, please do not fo - [Perform histogram equalization](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/imgteam/2d_histogram_equalization/ip_histogram_equalization) with scikit-image - [Permutate image axes](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/imgteam/permutate_axis/ip_permutate_axis) - [Process images using arithmetic expressions](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/imgteam/image_math/image_math) with NumPy +- [Remove image background](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/imgteam/background_removal/background_removal/0.24.0+galaxy0) with scikit-image - [Scale image](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/imgteam/scale_image/ip_scale_image) with scikit-image - [Show image info](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/imgteam/image_info/ip_imageinfo) with Bioformats - [Slice image into patches](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/imgteam/slice_image/ip_slice_image) From b8d19b3538afadf895218bd16aadeb475a261428 Mon Sep 17 00:00:00 2001 From: Riccardo Massei <118002526+rmassei@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:46:22 +0200 Subject: [PATCH 2/3] Update background_removal.xml Change the label of "filter" parameter to "Method" and add help to "radius" --- tools/background_removal/background_removal.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/background_removal/background_removal.xml b/tools/background_removal/background_removal.xml index 922a7f5a..41591c2b 100644 --- a/tools/background_removal/background_removal.xml +++ b/tools/background_removal/background_removal.xml @@ -19,12 +19,12 @@ - + - + From c7bc3a8a28b4035837daab8711f94b118eca980e Mon Sep 17 00:00:00 2001 From: Riccardo Massei <118002526+rmassei@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:51:38 +0200 Subject: [PATCH 3/3] Update background_removal.xml @VERSION_SUFFIX@ incremented --- tools/background_removal/background_removal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/background_removal/background_removal.xml b/tools/background_removal/background_removal.xml index 41591c2b..db012490 100644 --- a/tools/background_removal/background_removal.xml +++ b/tools/background_removal/background_removal.xml @@ -4,7 +4,7 @@ creators.xml tests.xml 0.24.0 - 0 + 1