Mercurial > repos > imgteam > image_info
comparison image_info.xml @ 2:4129bf59faa3 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:22 +0000 |
parents | ea65a8c96cd1 |
children |
comparison
equal
deleted
inserted
replaced
1:ea65a8c96cd1 | 2:4129bf59faa3 |
---|---|
1 <tool id="ip_imageinfo" name="Image Info" version="0.2"> | 1 <tool id="ip_imageinfo" name="Show image info" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> |
2 <description>Show Image Info</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> | |
7 <edam_operations> | |
8 <edam_operation>operation_3443</edam_operation> | |
9 </edam_operations> | |
10 <xrefs> | |
11 <xref type="biii">python-bioformats</xref> | |
12 </xrefs> | |
3 <requirements> | 13 <requirements> |
4 <requirement type="package" version="5.7.1">bftools</requirement> | 14 <requirement type="package" version="@TOOL_VERSION@">bftools</requirement> |
5 </requirements> | 15 </requirements> |
6 <command> | 16 <command> |
7 <![CDATA[ | 17 <![CDATA[ |
8 showinf '$input_file' -no-upgrade -minmax -nopix > '$output' | 18 showinf '$input_file' -no-upgrade -minmax -nopix > '$output' |
9 ]]> | 19 ]]> |