comparison image_info.xml @ 3:f8b4eada923c draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/image_info/ commit e83fb9af34a17746821e298586281e8cb2fe9218
author imgteam
date Thu, 11 Jul 2024 12:48:28 +0000
parents 236ec78b2e53
children
comparison
equal deleted inserted replaced
2:236ec78b2e53 3:f8b4eada923c
1 <tool id="ip_imageinfo" name="Show image info" version="5.7.1"> 1 <tool id="ip_imageinfo" name="Show image info" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
2 <description>with Bioformats</description> 2 <description>with Bioformats</description>
3 <macros>
4 <token name="@TOOL_VERSION@">5.7.1</token>
5 <token name="@VERSION_SUFFIX@">1</token>
6 </macros>
3 <edam_operations> 7 <edam_operations>
4 <edam_operation>operation_3443</edam_operation> 8 <edam_operation>operation_3443</edam_operation>
5 </edam_operations> 9 </edam_operations>
6 <xrefs> 10 <xrefs>
7 <xref type="biii">python-bioformats</xref> 11 <xref type="biii">python-bioformats</xref>
8 </xrefs> 12 </xrefs>
9 <requirements> 13 <requirements>
10 <requirement type="package" version="5.7.1">bftools</requirement> 14 <requirement type="package" version="@TOOL_VERSION@">bftools</requirement>
11 </requirements> 15 </requirements>
12 <command> 16 <command>
13 <![CDATA[ 17 <![CDATA[
14 showinf '$input_file' -no-upgrade -minmax -nopix > '$output' 18 showinf '$input_file' -no-upgrade -minmax -nopix > '$output'
15 ]]> 19 ]]>