Mercurial > repos > bgruening > cp_image_math
diff image_math.xml @ 4:ff1a86a87364 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 57a0433defa3cbc37ab34fbb0ebcfaeb680db8d5
author | bgruening |
---|---|
date | Sun, 05 Nov 2023 09:37:26 +0000 |
parents | 6100a22bf4f2 |
children |
line wrap: on
line diff
--- a/image_math.xml Fri Feb 26 14:06:51 2021 +0000 +++ b/image_math.xml Sun Nov 05 09:37:26 2023 +0000 @@ -1,8 +1,8 @@ <tool id="cp_image_math" name="ImageMath" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> - <description>perform simple mathematical operations on images</description> + <description>with CellProfiler</description> <macros> <import>macros.xml</import> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="image_without_multiplier" token_order="first"> <conditional name="image_or_measurement_@ORDER@"> <param name="image_or_measurement_@ORDER@" type="select" label="Image or measurement?" help="You can perform math operations or you can use a measurement for one of the operands."> @@ -109,6 +109,13 @@ </section> </xml> </macros> + <edam_operations> + <edam_operation>operation_3443</edam_operation> + </edam_operations> + <xrefs> + <xref type="bio.tools">CellProfiler</xref> + <xref type="biii">cellprofiler</xref> + </xrefs> <expand macro="py_requirements"/> <command detect_errors="exit_code"> <![CDATA[ @@ -293,4 +300,4 @@ ]]> </help> <expand macro="citations"/> -</tool> \ No newline at end of file +</tool>