comparison measure_texture.xml @ 5:80b200ae516b draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:21:15 +0000
parents 658a2a451aec
children b76841ee5560
comparison
equal deleted inserted replaced
4:035a58c7f54a 5:80b200ae516b
1 <tool id="cp_measure_texture" name="MeasureTexture" version="@CP_VERSION@"> 1 <tool id="cp_measure_texture" name="MeasureTexture" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>quantify the roughness and smoothness of the textures</description> 2 <description>quantify the roughness and smoothness of the textures</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 <token name="@VERSION_SUFFIX@">0</token>
6 <xml name="measureImgObj"> 7 <xml name="measureImgObj">
7 <repeat name="rpt_obj_to_measure" title="new object" min="1"> 8 <repeat name="rpt_obj_to_measure" title="new object" min="1">
8 9
9 <param name="obj_to_measure" label="Enter the names of the objects to measure" type="text" /> 10 <param name="obj_to_measure" label="Enter the names of the objects to measure" type="text" />
10 </repeat> 11 </repeat>