Skip to content

Commit 5c23e5b

Browse files
authored
Merge pull request #224 from kostrykin/dev/image_info
Update `ip_image_info`: Bump bftools to 8.0.0
2 parents df96ae1 + 8267a36 commit 5c23e5b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tools/image_info/image_info.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<tool id="ip_imageinfo" name="Show image info" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
22
<description>with Bioformats</description>
33
<macros>
4-
<token name="@TOOL_VERSION@">5.7.1</token>
5-
<token name="@VERSION_SUFFIX@">1</token>
4+
<token name="@TOOL_VERSION@">8.0.0</token>
5+
<token name="@VERSION_SUFFIX@">0</token>
66
</macros>
77
<edam_operations>
88
<edam_operation>operation_3443</edam_operation>
@@ -13,13 +13,14 @@
1313
<requirements>
1414
<requirement type="package" version="@TOOL_VERSION@">bftools</requirement>
1515
</requirements>
16-
<command>
17-
<![CDATA[
18-
showinf '$input_file' -no-upgrade -minmax -nopix > '$output'
19-
]]>
20-
</command>
16+
<command><![CDATA[
17+
18+
ln -s '$input_file' input.$input_file.ext &&
19+
showinf input.$input_file.ext -no-upgrade -minmax -nopix > '$output'
20+
21+
]]></command>
2122
<inputs>
22-
<param label="Input Image" name="input_file" type="data" format="scn,ndpi,tf8,vms,xml,pcx,binary,hdr,mov,psd,pbm,nrrd,tiff,pgm,ppm,txt,tf2,zip,top,gif,wav,bmp,png,gz,cif,fli,btf,jpg,avi,html,sif,tif,csv,ome.tiff,par,fits,jp2,eps,nhdr,svs,mrc"/>
23+
<param label="Input Image" name="input_file" type="data" format="scn,ndpi,tf8,vms,xml,pcx,binary,hdr,mov,psd,pbm,nrrd,tiff,pgm,ppm,txt,tf2,zip,top,gif,wav,bmp,png,gz,cif,fli,btf,jpg,avi,html,sif,ome.tiff,par,fits,jp2,eps,nhdr,svs,mrc"/>
2324
</inputs>
2425
<outputs>
2526
<data format="txt" name="output"/>

0 commit comments

Comments
 (0)