From ce0a42fd7c353572926d1a718c3ffabe545261b7 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Wed, 15 Nov 2023 17:02:09 +0100 Subject: [PATCH] fixes `remote_repository_url` in `bioformats2raw` This correction is due to https://github.com/BMCV/galaxy-image-analysis/pull/96#discussion_r1394401070 and should be right judging by 34c2bc0. --- tools/bioformats2raw/.shed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bioformats2raw/.shed.yml b/tools/bioformats2raw/.shed.yml index 9567dc81..c67686cf 100644 --- a/tools/bioformats2raw/.shed.yml +++ b/tools/bioformats2raw/.shed.yml @@ -6,4 +6,4 @@ long_description: Convert image to OME-Zarr using bioformats2raw name: bioformats2raw owner: imgteam homepage_url: https://github.com/Euro-BioImaging -remote_repository_url: https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw +remote_repository_url: https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw