annotate bfconvert.xml @ 4:86e519799f6c draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
author imgteam
date Wed, 30 Aug 2023 13:13:56 +0000
parents 802a235f1ad0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
1 <tool id="ip_convertimage" name="Convert image" version="6.7.0+galaxy1">
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
2 <description>Convert image</description>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
3 <requirements>
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
4 <requirement type="package" version="6.7.0">bftools</requirement>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
5 </requirements>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
6 <command>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
7 <![CDATA[
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
8 bfconvert
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
9 #if $series_options['extract'] == 'True'
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
10 -series $series_options.series
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
11 #end if
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
12 #if $timepoint_options['extract'] == 'True'
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
13 -timepoint $timepoint_options.timepoint
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
14 #end if
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
15 #if $channel_options['extract'] == 'True'
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
16 -channel $channel_options.channel
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
17 #end if
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
18 #if $z_options['extract'] == 'True'
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
19 -z $z_options.z
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
20 #end if
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
21 #if $range_options['extract'] == 'True'
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
22 -range $range_options.range_lower $range_options.range_upper
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
23 #end if
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
24 #if $crop_options['extract'] == 'True'
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
25 -crop "$crop_options.crop_x,$crop_options.crop_y,$crop_options.crop_width,$crop_options.crop_height"
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
26 #end if
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
27 #if $tile_options['extract'] == 'True'
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
28 -tilex $tile_options.tile_x -tiley $tile_options.tile_y
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
29 #end if
4
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
30 #if $pyramid_options.generate == 'True' and $out_format not in ['png', 'jpg', 'eps', 'avi']
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
31 -pyramid-resolutions $pyramid_options.pyramid_resolutions
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
32 -pyramid-scale $pyramid_options.pyramid_scale
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
33 #end if
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
34 $bigtiff
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
35 $noflat
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
36 #if $compression != 'False'
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
37 -compression $compression
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
38 #end if
4
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
39 '$input_file' './res.$out_format' &&
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
40 mv './res.$out_format' ./result_image
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
41 ]]>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
42 </command>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
43 <inputs>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
44 <param label="Input Image" name="input_file" type="data" format="atsf,scn,ali,labels,ffr,jpeg,ndpi,tf8,pty,fff,mnc,vms,mng,xml,pcx,img,pct,ims,bip,ome.xml,bin,flex,his,hdr,mov,psd,spi,ipl,dv,aiix,j2kr,pst,mod,ome.tif,tif,obf,dib,dic,im3,tga,pbm,c01,crw,mrcs,l2d,seq,mdb,cfg,htm,mvd2,arf,vsi,companion.ome,htd,aim,fts,ndpis,r3d.log,nef,res,jpx,ics,rec,nd2,cr2,dcm,mea,ome,lei,lms,j2k,oib,mtb,ima,ets,wlz,pict,sm3,sm2,nrrd,xdce,acff,al3d,zvi,1sc,xys,tiff,pgm,pcoraw,ppm,ipm,set,cxd,ipw,apl,fake,tnb,txt,xv,tf2,ps,log,zip,epsi,j2ki,dicom,top,msr,frm,hed,gif,dm2,dm3,dm4,zpo,wav,wat,2fl,sdt,liff,hx,pic,ome.btf,am,bmp,pnl,r3d_d3d,jpf,png,tfr,dti,nii.gz,cif,fdf,grey,df3,stk,fli,hdf,btf,stp,ch5,v,sld,ids,dv.log,jpk,mrw,r3d,xlog,ano,jpe,sxm,jpg,vws,raw,czi,spl,avi,ome.tf8,inf,spc,ome.tf2,spe,lsm,afm,lif,naf,afi,inr,lim,nd,tim,html,sif,env,tif,csv,map,nii,gel,ome.tiff,oif,par,amiramesh,pr3,fits,lut,jp2,oir,dat,aisf,zfr,zfp,xqd,eps,xqf,st,nhdr,i2i,thm,exp,svs,mrc"/>
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
45 <param name="out_format" type="select" label="Output data type">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
46 <option value="tiff" selected="True">TIFF</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
47 <option value="png">PNG</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
48 <option value="jpg">JPEG</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
49 <option value="ome.tiff">OME TIFF</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
50 <option value="jp2">JPEG 2000</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
51 <option value="eps">EPS</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
52 <option value="avi">AVI</option>
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
53 </param>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
54
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
55 <conditional name="series_options">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
56 <param label="Extract series" name="extract" type="select">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
57 <option selected="True" value="False">All series</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
58 <option value="True">Extract series</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
59 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
60 <when value="False"> </when>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
61 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
62 <param name="series" type="integer" value="0" label="Series id" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
63 </when>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
64 </conditional>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
65 <conditional name="timepoint_options">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
66 <param name="extract" type="select" label="Extract timepoint">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
67 <option selected="True" value="False">All timepoints</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
68 <option value="True">Extract timepoint</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
69 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
70 <when value="False"></when>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
71 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
72 <param name="timepoint" type="integer" value="0" label="Timepoint ID" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
73 </when>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
74 </conditional>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
75 <conditional name="channel_options">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
76 <param name="extract" type="select" label="Extract channel" >
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
77 <option selected="True" value="False">All channels</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
78 <option value="True">Extract channel</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
79 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
80 <when value="False"> </when>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
81 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
82 <param name="channel" type="integer" value="0" label="Channel id" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
83 </when>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
84 </conditional>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
85 <conditional name="z_options">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
86 <param label="Extract z-slice" name="extract" type="select">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
87 <option selected="True" value="False">All z-slices</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
88 <option value="True">Extract z-slice</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
89 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
90 <when value="False"> </when>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
91 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
92 <param name="z" type="integer" value="0" label="Z-slice id" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
93 </when>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
94 </conditional>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
95 <conditional name="range_options">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
96 <param label="Extract range" name="extract" type="select">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
97 <option selected="True" value="False">All images</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
98 <option value="True">Extract range by indicess (inclusive)</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
99 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
100 <when value="False"> </when>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
101 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
102 <param name="range_lower" type="integer" value="0" label="Lower image id" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
103 <param name="range_upper" type="integer" value="1" label="Upper image id" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
104 </when>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
105 </conditional>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
106 <conditional name="crop_options">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
107 <param label="Extract crop" name="extract" type="select">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
108 <option selected="True" value="False">Full image</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
109 <option value="True">Extract crop</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
110 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
111 <when value="False"> </when>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
112 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
113 <param name="crop_x" type="integer" value="0" label="X" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
114 <param name="crop_y" type="integer" value="0" label="Y" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
115 <param name="crop_width" type="integer" value="512" label="Width" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
116 <param name="crop_height" type="integer" value="512" label="height" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
117 </when>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
118 </conditional>
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
119 <conditional name="tile_options">
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
120 <param label="Tile image" name="extract" type="select">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
121 <option selected="True" value="False">No tiling</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
122 <option value="True">Tile image</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
123 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
124 <when value="False"> </when>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
125 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
126 <param name="tile_x" type="integer" value="512 " label="Tile width" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
127 <param name="tile_y" type="integer" value="512 " label="Tile height" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
128 </when>
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
129 </conditional>
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
130 <conditional name="pyramid_options">
4
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
131 <param label="Pyramid image" name="generate" type="select" help="Pyramids will be generated only if the selected output format supports pyramids (OME TIFF, JPEG 2000)."><!-- see: https://docs.openmicroscopy.org/bio-formats/6.7.0/supported-formats.html -->
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
132 <option selected="True" value="True">Generate Pyramid</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
133 <option value="False">No Pyramid</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
134 </param>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
135 <when value="True">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
136 <param name="pyramid_resolutions" type="integer" value="4" label="Pyramid Resolutions"/>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
137 <param name="pyramid_scale" type="integer" value="2" label="Pyramid Scale" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
138 </when>
4
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
139 <when value="False" />
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
140 </conditional>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
141 <param name="bigtiff" label="Big TIFF" type="boolean" checked="false" truevalue="-bigtiff" falsevalue=""/>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
142 <param name="noflat" label="No Flatten" type="boolean" checked="true" truevalue="-noflat" falsevalue=""/>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
143 <param label="Compression" name="compression" type="select">
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
144 <option selected="True" value="False">No Compression</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
145 <option value="LZW">LZW</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
146 <option value="JPEG-2000">JPEG-2000</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
147 <option value="JPEG-2000 Lossy">JPEG-2000 Lossy</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
148 <option value="JPEG">JPEG</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
149 <option value="zlib">zlib</option>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
150 </param>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
151 </inputs>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
152 <outputs>
2
ba0a5567b446 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 65c88d4905b144613b179b99376412073e75f81c
imgteam
parents: 1
diff changeset
153 <data format="tiff" name="output" from_work_dir="result_image">
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
154 <change_format>
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
155 <when input="out_format" value="tiff" format="tiff" />
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
156 <when input="out_format" value="png" format="png" />
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
157 <when input="out_format" value="jpg" format="jpg" />
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
158 <when input="out_format" value="ome.tiff" format="ome.tiff" />
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
159 <when input="out_format" value="jp2" format="jpg" />
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
160 <when input="out_format" value="eps" format="eps" />
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
161 <when input="out_format" value="avi" format="avi" />
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
162 </change_format>
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
163 </data>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
164 </outputs>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
165 <tests>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
166 <test>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
167 <param name="input_file" value="input.png" />
1
ba1fe7645bd0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents: 0
diff changeset
168 <param name="out_format" value="tiff" />
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
169 <output name="output" value="res.tiff" ftype="tiff" compare="sim_size"/>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
170 </test>
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
171 <test>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
172 <param name="input_file" value="input.png" />
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
173 <param name="out_format" value="ome.tiff" />
4
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
174 <conditional name="pyramid_options">
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
175 <param name="generate" value="True"/>
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
176 <param name="pyramid_resolutions" value="4"/>
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
177 <param name="pyramid_scale" value="2"/>
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
178 </conditional>
3
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
179 <output name="output" value="res.ome.tiff" ftype="ome.tiff" compare="sim_size"/>
802a235f1ad0 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents: 2
diff changeset
180 </test>
4
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
181 <test>
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
182 <param name="input_file" value="input.tiff" />
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
183 <param name="out_format" value="png" />
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
184 <output name="output" value="input.tiff.png" ftype="png" compare="sim_size"/>
86e519799f6c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents: 3
diff changeset
185 </test>
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
186 </tests>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
187 <help>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
188 **What it does**
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
189
2
ba0a5567b446 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 65c88d4905b144613b179b99376412073e75f81c
imgteam
parents: 1
diff changeset
190 Universial image converter using bioformats.
0
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
191 </help>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
192 <citations>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
193 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
194 </citations>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
195 </tool>
0bcd0e75812a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff changeset
196