Mercurial > repos > bgruening > cp_image_math
comparison image_math.xml @ 3:d035b73e4268 draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author | bgruening |
---|---|
date | Fri, 26 Feb 2021 13:47:07 +0000 |
parents | fd25afdb059f |
children |
comparison
equal
deleted
inserted
replaced
2:0ab5ca694f1d | 3:d035b73e4268 |
---|---|
1 <tool id="cp_image_math" name="ImageMath" version="0.1.0" python_template_version="3.5"> | 1 <tool id="cp_image_math" name="ImageMath" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> |
2 <description>perform simple mathematical operations on images</description> | 2 <description>perform simple mathematical operations on images</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 | 5 <token name="@VERSION_SUFFIX@">0</token> |
6 <xml name="image_without_multiplier" token_order="first"> | 6 <xml name="image_without_multiplier" token_order="first"> |
7 <conditional name="image_or_measurement_@ORDER@"> | 7 <conditional name="image_or_measurement_@ORDER@"> |
8 <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."> | 8 <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."> |
9 <option value="Image">Image</option> | 9 <option value="Image">Image</option> |
10 <option value="Measurement">Measurement</option> | 10 <option value="Measurement">Measurement</option> |