Skip to content

Commit

Permalink
[skip ci] Fix remote_repository_url of color_deconvolution tool (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
kostrykin authored Oct 17, 2024
1 parent c55311b commit 07aba15
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 21 deletions.
2 changes: 1 addition & 1 deletion tools/color_deconvolution/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
<tool id="ip_color_deconvolution" name="Perform color decomposition" version="0.8-2">
<tool id="ip_color_deconvolution" name="Perform color decomposition" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<description></description>
<macros>
<import>creators.xml</import>
<import>tests.xml</import>
<token name="@TOOL_VERSION@">0.8</token>
<token name="@VERSION_SUFFIX@">2</token>
</macros>
<creator>
<expand macro="creators/bmcv"/>
</creator>
<edam_operations>
<edam_operation>operation_3443</edam_operation>
</edam_operations>
<xrefs>
<xref type="bio.tools">galaxy_image_analysis</xref>
</xrefs>
<requirements>
<requirement type="package" version="0.14.2">scikit-image</requirement>
<requirement type="package" version="4.0.0">pillow</requirement>
<requirement type="package" version="0.18.1">scikit-learn</requirement>
<requirement type="package" version="1.12">numpy</requirement>
<requirement type="package" version="0.15.1">tifffile</requirement>
<requirement type="package" version="0.24.0">scikit-image</requirement>
<requirement type="package" version="11.0.0">pillow</requirement>
<requirement type="package" version="1.5.2">scikit-learn</requirement>
<requirement type="package" version="2.1.2">numpy</requirement>
<requirement type="package" version="2024.9.20">tifffile</requirement>
</requirements>
<command detect_errors="aggressive">
<![CDATA[
Expand Down Expand Up @@ -74,26 +83,28 @@
<test>
<param name="input" value="galaxyIcon_noText.png" />
<param name="convtype" value="rgb2hsv" />
<output name="output" ftype="tiff" />
<expand macro="tests/intensity_image_diff" name="output" value="galaxyIcon_noText.tiff" ftype="tiff"/>
</test>
</tests>
<help>
**What it does**

This tools performs several color deconvolution techniques.</help>
**What it does**

This tools performs several color deconvolution techniques.

</help>
<citations>
<citation type="doi">10.7717/peerj.453</citation>
<citation type="bibtex">@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},
}</citation>
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},
}</citation>
</citations>
</tool>
1 change: 1 addition & 0 deletions tools/color_deconvolution/creators.xml
Binary file not shown.
1 change: 1 addition & 0 deletions tools/color_deconvolution/tests.xml

0 comments on commit 07aba15

Please sign in to comment.