comparison mask_image.xml @ 5:b178453ea8d1 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:19:11 +0000
parents ca1421f7e3ed
children 667a513e67e4
comparison
equal deleted inserted replaced
4:3a05117669cf 5:b178453ea8d1
1 <tool id="cp_mask_image" name="MaskImage" version="@CP_VERSION@"> 1 <tool id="cp_mask_image" name="MaskImage" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>hide portions of an image based on previously identified objects</description> 2 <description>hide portions of an image based on previously identified objects</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