Mercurial > repos > bgruening > cp_image_math
comparison image_math.xml @ 1:6d3851ac885f draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit c3917e27eb1c1deeb381aa0dc8161c07699562fb"
author | bgruening |
---|---|
date | Mon, 11 May 2020 07:47:33 -0400 |
parents | 2005f8058036 |
children | 6100a22bf4f2 |
comparison
equal
deleted
inserted
replaced
0:2005f8058036 | 1:6d3851ac885f |
---|---|
117 </command> | 117 </command> |
118 <configfiles> | 118 <configfiles> |
119 <inputs name="input_json"/> | 119 <inputs name="input_json"/> |
120 </configfiles> | 120 </configfiles> |
121 <inputs> | 121 <inputs> |
122 <expand macro="input_pipeline_macro"/> | 122 <expand macro="input_pipeline_param"/> |
123 <param name="name_output_image" type="text" label="Enter a name for the resulting image"> | 123 <param name="name_output_image" type="text" label="Enter a name for the resulting image"> |
124 <expand macro="text_validator"/> | 124 <expand macro="text_validator"/> |
125 </param> | 125 </param> |
126 <conditional name="operation"> | 126 <conditional name="operation"> |
127 <param name="operation" type="select" label="Operation" help="You can select operations for single images (Invert, Log transform base 2, Log transform legacy) or between pairs of images (Add, Subtract, Absolute Difference, Multiply, Divide, Average, Minimum, Maximum). Some operations produce binary images (And, Or, Not, Equals)."> | 127 <param name="operation" type="select" label="Operation" help="You can select operations for single images (Invert, Log transform base 2, Log transform legacy) or between pairs of images (Add, Subtract, Absolute Difference, Multiply, Divide, Average, Minimum, Maximum). Some operations produce binary images (And, Or, Not, Equals)."> |
227 <option value="Yes">Yes</option> | 227 <option value="Yes">Yes</option> |
228 <option value="No">No</option> | 228 <option value="No">No</option> |
229 </param> | 229 </param> |
230 </inputs> | 230 </inputs> |
231 <outputs> | 231 <outputs> |
232 <data name="output_pipeline" from_work_dir="output.cppipe" format="txt"/> | 232 <expand macro="output_pipeline_param" /> |
233 </outputs> | 233 </outputs> |
234 <tests> | 234 <tests> |
235 <test> | 235 <test> |
236 <param name="input_pipeline" value="common_image_math.cppipe"/> | 236 <param name="input_pipeline" value="common_image_math.cppipe"/> |
237 <param name="operation" value="add"/> | 237 <param name="operation" value="add"/> |