From 07aba15c8f753d650fee9cdd455896a77086a615 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Thu, 17 Oct 2024 13:34:52 +0200 Subject: [PATCH] [skip ci] Fix `remote_repository_url` of `color_deconvolution` tool (#139) * Fix `remote_repository_url` in .shed.yml * Increment version Also rename: color-deconvolution.xml -> color_deconvolution.xml * Fix XML formatting * Fix dependency versions and tests --- tools/color_deconvolution/.shed.yml | 2 +- ...onvolution.xml => color_deconvolution.xml} | 51 +++++++++++------- tools/color_deconvolution/creators.xml | 1 + .../test-data/galaxyIcon_noText.tiff | Bin 0 -> 4172 bytes tools/color_deconvolution/tests.xml | 1 + 5 files changed, 34 insertions(+), 21 deletions(-) rename tools/color_deconvolution/{color-deconvolution.xml => color_deconvolution.xml} (69%) create mode 120000 tools/color_deconvolution/creators.xml create mode 100644 tools/color_deconvolution/test-data/galaxyIcon_noText.tiff create mode 120000 tools/color_deconvolution/tests.xml diff --git a/tools/color_deconvolution/.shed.yml b/tools/color_deconvolution/.shed.yml index 05dbe697..38e59e2d 100644 --- a/tools/color_deconvolution/.shed.yml +++ b/tools/color_deconvolution/.shed.yml @@ -5,4 +5,4 @@ long_description: This tools does color space transformation using preset transf name: color_deconvolution owner: imgteam homepage_url: https://github.com/bmcv -remote_repository_url: https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/color-deconvolution/ +remote_repository_url: https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/color_deconvolution/ diff --git a/tools/color_deconvolution/color-deconvolution.xml b/tools/color_deconvolution/color_deconvolution.xml similarity index 69% rename from tools/color_deconvolution/color-deconvolution.xml rename to tools/color_deconvolution/color_deconvolution.xml index a420542e..e16f2ebd 100644 --- a/tools/color_deconvolution/color-deconvolution.xml +++ b/tools/color_deconvolution/color_deconvolution.xml @@ -1,5 +1,14 @@ - + + + creators.xml + tests.xml + 0.8 + 2 + + + + operation_3443 @@ -7,11 +16,11 @@ galaxy_image_analysis - scikit-image - pillow - scikit-learn - numpy - tifffile + scikit-image + pillow + scikit-learn + numpy + tifffile - + - **What it does** - This tools performs several color deconvolution techniques. + **What it does** + + This tools performs several color deconvolution techniques. + + 10.7717/peerj.453 @inproceedings{sklearn_api, - author = {Lars Buitinck and Gilles Louppe and Mathieu Blondel and - Fabian Pedregosa and Andreas Mueller and Olivier Grisel and - Vlad Niculae and Peter Prettenhofer and Alexandre Gramfort - and Jaques Grobler and Robert Layton and Jake VanderPlas and - Arnaud Joly and Brian Holt and Ga{\"{e}}l Varoquaux}, - title = {{API} design for machine learning software: experiences from the scikit-learn - project}, - booktitle = {ECML PKDD Workshop: Languages for Data Mining and Machine Learning}, - year = {2013}, - pages = {108--122}, -} + author = {Lars Buitinck and Gilles Louppe and Mathieu Blondel and + Fabian Pedregosa and Andreas Mueller and Olivier Grisel and + Vlad Niculae and Peter Prettenhofer and Alexandre Gramfort + and Jaques Grobler and Robert Layton and Jake VanderPlas and + Arnaud Joly and Brian Holt and Ga{\"{e}}l Varoquaux}, + title = {{API} design for machine learning software: experiences from the scikit-learn project}, + booktitle = {ECML PKDD Workshop: Languages for Data Mining and Machine Learning}, + year = {2013}, + pages = {108--122}, + } diff --git a/tools/color_deconvolution/creators.xml b/tools/color_deconvolution/creators.xml new file mode 120000 index 00000000..5d2b71e0 --- /dev/null +++ b/tools/color_deconvolution/creators.xml @@ -0,0 +1 @@ +../../macros/creators.xml \ No newline at end of file diff --git a/tools/color_deconvolution/test-data/galaxyIcon_noText.tiff b/tools/color_deconvolution/test-data/galaxyIcon_noText.tiff new file mode 100644 index 0000000000000000000000000000000000000000..f6bff729d5f1e5e6d4c6d679114ae29b21d260bf GIT binary patch literal 4172 zcmebD)MDUZU|`^9U|?inU<9(HfS3`=mIShy7?~NEf%G9DW(KlBYCxC`%4Pzx`52iP z#DVk)AQpt`6#yy{g{lGR7eg{r9LlxnQ{{SC;LL9$B&iERk9iw7wG z4~RiP01T^@iZc=mQkAR}qK!;-6pYMt6pUkQAu13g%j4h~fW# z5QqLG#0e04k(`6Vq`#{$ZA5Vp5(iTyeMBHmfY^oP926#fT!P;g6bB)3@av+FERu6j znDnt7zbz;ZLgL`pMITut=b$j@V>^CZP#lEB!LN&UvJfXg%tvw#3X^uW<2QNmxD6#Z zi00t;9kpbMb`FX{YT1t8926^w=HNGzTCzkt2Sp*ZY{zd7ij_oj@S6#fU8Tjs^zUDv zG7sCoe@aSRtf(Y|0td^#e-IKPTc%na_2Na3YRSYqcTTAKow;yU>l#Tc%eiWE>}UsN8N@iY)8WlSIFQO#~*HkS$1Ia0sv7S6iEO8 literal 0 HcmV?d00001 diff --git a/tools/color_deconvolution/tests.xml b/tools/color_deconvolution/tests.xml new file mode 120000 index 00000000..e20d710a --- /dev/null +++ b/tools/color_deconvolution/tests.xml @@ -0,0 +1 @@ +../../macros/tests.xml \ No newline at end of file