Mercurial > repos > bgruening > cp_image_math
comparison image_math.xml @ 3:6100a22bf4f2 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author | bgruening |
---|---|
date | Fri, 26 Feb 2021 14:06:51 +0000 |
parents | 6d3851ac885f |
children | ff1a86a87364 |
comparison
equal
deleted
inserted
replaced
2:c09dcda1143f | 3:6100a22bf4f2 |
---|---|
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> |