comparison measure_granularity.xml @ 5:ac5bea85a391 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:13:40 +0000
parents 382413f8ec1d
children 2564f461de62
comparison
equal deleted inserted replaced
4:a1a961c46d4b 5:ac5bea85a391
1 <tool id="cp_measure_granularity" name="MeasureGranularity" version="@CP_VERSION@"> 1 <tool id="cp_measure_granularity" name="MeasureGranularity" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>output spectra of size measurements of the textures</description> 2 <description>output spectra of size measurements 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 </macros> 7 </macros>
7 8
8 <expand macro="py_requirements"/> 9 <expand macro="py_requirements"/>
9 <expand macro="cmd_modules" /> 10 <expand macro="cmd_modules" />
10 11