Mercurial > repos > imgteam > image_math
changeset 1:f8b7770cbca5 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/image_math commit c045f067a57e8308308cf6329060c7ccd3fc372f
| author | imgteam |
|---|---|
| date | Thu, 04 Apr 2024 15:25:35 +0000 |
| parents | 33b2ca53a566 |
| children | 48fa3ac55df2 |
| files | creators.xml image_math.xml tests.xml |
| diffstat | 3 files changed, 132 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creators.xml Thu Apr 04 15:25:35 2024 +0000 @@ -0,0 +1,23 @@ +<macros> + + <xml name="creators/bmcv"> + <organization name="Biomedical Computer Vision Group, Heidelberg Universtiy" alternateName="BMCV" url="http://www.bioquant.uni-heidelberg.de/research/groups/biomedical_computer_vision.html" /> + <yield /> + </xml> + + <xml name="creators/alliecreason"> + <person givenName="Allison" familyName="Creason"/> + <yield/> + </xml> + + <xml name="creators/bugraoezdemir"> + <person givenName="Bugra" familyName="Oezdemir"/> + <yield/> + </xml> + + <xml name="creators/thawn"> + <person givenName="Till" familyName="Korten"/> + <yield/> + </xml> + +</macros>
--- a/image_math.xml Sat Mar 09 22:04:19 2024 +0000 +++ b/image_math.xml Thu Apr 04 15:25:35 2024 +0000 @@ -1,14 +1,19 @@ <tool id="image_math" name="Process images using arithmetic expressions" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> <description>with NumPy</description> <macros> + <import>creators.xml</import> + <import>tests.xml</import> <token name="@TOOL_VERSION@">1.26.4</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> </macros> + <creator> + <expand macro="creators/bmcv"/> + </creator> <edam_operations> <edam_operation>operation_3443</edam_operation> </edam_operations> <requirements> - <requirement type="package" version="1.26.4">numpy</requirement> + <requirement type="package" version="@TOOL_VERSION@">numpy</requirement> <requirement type="package" version="0.22.0">scikit-image</requirement> </requirements> <command><