Mercurial > repos > imgteam > image_math
diff image_math.xml @ 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 |
line wrap: on
line diff
--- 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><