Mercurial > repos > imgteam > bfconvert
annotate bfconvert.xml @ 5:85edbb7a436b draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
author | imgteam |
---|---|
date | Fri, 10 Nov 2023 14:23:17 +0000 |
parents | 10eed33aa9b2 |
children | fcadded98e61 |
rev | line source |
---|---|
5
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
1 <tool id="ip_convertimage" name="Convert image format" version="6.7.0+galaxy2"> |
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
2 <description>with Bioformats</description> |
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
3 <edam_operations> |
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
4 <edam_operation>operation_3443</edam_operation> |
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
5 </edam_operations> |
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
6 <xrefs> |
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
7 <xref type="biii">python-bioformats</xref> |
85edbb7a436b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bfconvert/ commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents:
4
diff
changeset
|
8 </xrefs> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
9 <requirements> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
10 <requirement type="package" version="6.7.0">bftools</requirement> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
11 </requirements> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
12 <command> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
13 <![CDATA[ |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
14 bfconvert |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
15 #if $series_options['extract'] == 'True' |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
16 -series $series_options.series |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
17 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
18 #if $timepoint_options['extract'] == 'True' |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
19 -timepoint $timepoint_options.timepoint |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
20 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
21 #if $channel_options['extract'] == 'True' |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
22 -channel $channel_options.channel |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
23 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
24 #if $z_options['extract'] == 'True' |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
25 -z $z_options.z |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
26 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
27 #if $range_options['extract'] == 'True' |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
28 -range $range_options.range_lower $range_options.range_upper |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
29 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
30 #if $crop_options['extract'] == 'True' |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
31 -crop "$crop_options.crop_x,$crop_options.crop_y,$crop_options.crop_width,$crop_options.crop_height" |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
32 #end if |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
33 #if $tile_options['extract'] == 'True' |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
34 -tilex $tile_options.tile_x -tiley $tile_options.tile_y |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
35 #end if |
4
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
36 #if $pyramid_options.generate == 'True' and $out_format not in ['png', 'jpg', 'eps', 'avi'] |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
37 -pyramid-resolutions $pyramid_options.pyramid_resolutions |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
38 -pyramid-scale $pyramid_options.pyramid_scale |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
39 #end if |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
40 $bigtiff |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
41 $noflat |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
42 #if $compression != 'False' |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
43 -compression $compression |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
44 #end if |
4
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
45 '$input_file' './res.$out_format' && |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
46 mv './res.$out_format' ./result_image |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
47 ]]> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
48 </command> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
49 <inputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
50 <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
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
51 <param name="out_format" type="select" label="Output data type"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
52 <option value="tiff" selected="True">TIFF</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
53 <option value="png">PNG</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
54 <option value="jpg">JPEG</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
55 <option value="ome.tiff">OME TIFF</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
56 <option value="jp2">JPEG 2000</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
57 <option value="eps">EPS</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
58 <option value="avi">AVI</option> |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
59 </param> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
60 |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
61 <conditional name="series_options"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
62 <param label="Extract series" name="extract" type="select"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
63 <option selected="True" value="False">All series</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
64 <option value="True">Extract series</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
65 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
66 <when value="False"> </when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
67 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
68 <param name="series" type="integer" value="0" label="Series id" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
69 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
70 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
71 <conditional name="timepoint_options"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
72 <param name="extract" type="select" label="Extract timepoint"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
73 <option selected="True" value="False">All timepoints</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
74 <option value="True">Extract timepoint</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
75 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
76 <when value="False"></when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
77 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
78 <param name="timepoint" type="integer" value="0" label="Timepoint ID" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
79 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
80 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
81 <conditional name="channel_options"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
82 <param name="extract" type="select" label="Extract channel" > |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
83 <option selected="True" value="False">All channels</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
84 <option value="True">Extract channel</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
85 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
86 <when value="False"> </when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
87 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
88 <param name="channel" type="integer" value="0" label="Channel id" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
89 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
90 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
91 <conditional name="z_options"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
92 <param label="Extract z-slice" name="extract" type="select"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
93 <option selected="True" value="False">All z-slices</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
94 <option value="True">Extract z-slice</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
95 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
96 <when value="False"> </when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
97 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
98 <param name="z" type="integer" value="0" label="Z-slice id" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
99 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
100 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
101 <conditional name="range_options"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
102 <param label="Extract range" name="extract" type="select"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
103 <option selected="True" value="False">All images</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
104 <option value="True">Extract range by indicess (inclusive)</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
105 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
106 <when value="False"> </when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
107 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
108 <param name="range_lower" type="integer" value="0" label="Lower image id" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
109 <param name="range_upper" type="integer" value="1" label="Upper image id" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
110 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
111 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
112 <conditional name="crop_options"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
113 <param label="Extract crop" name="extract" type="select"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
114 <option selected="True" value="False">Full image</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
115 <option value="True">Extract crop</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
116 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
117 <when value="False"> </when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
118 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
119 <param name="crop_x" type="integer" value="0" label="X" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
120 <param name="crop_y" type="integer" value="0" label="Y" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
121 <param name="crop_width" type="integer" value="512" label="Width" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
122 <param name="crop_height" type="integer" value="512" label="height" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
123 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
124 </conditional> |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
125 <conditional name="tile_options"> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
126 <param label="Tile image" name="extract" type="select"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
127 <option selected="True" value="False">No tiling</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
128 <option value="True">Tile image</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
129 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
130 <when value="False"> </when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
131 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
132 <param name="tile_x" type="integer" value="512 " label="Tile width" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
133 <param name="tile_y" type="integer" value="512 " label="Tile height" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
134 </when> |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
135 </conditional> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
136 <conditional name="pyramid_options"> |
4
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
137 <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
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
138 <option selected="True" value="True">Generate Pyramid</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
139 <option value="False">No Pyramid</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
140 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
141 <when value="True"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
142 <param name="pyramid_resolutions" type="integer" value="4" label="Pyramid Resolutions"/> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
143 <param name="pyramid_scale" type="integer" value="2" label="Pyramid Scale" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
144 </when> |
4
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
145 <when value="False" /> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
146 </conditional> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
147 <param name="bigtiff" label="Big TIFF" type="boolean" checked="false" truevalue="-bigtiff" falsevalue=""/> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
148 <param name="noflat" label="No Flatten" type="boolean" checked="true" truevalue="-noflat" falsevalue=""/> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
149 <param label="Compression" name="compression" type="select"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
150 <option selected="True" value="False">No Compression</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
151 <option value="LZW">LZW</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
152 <option value="JPEG-2000">JPEG-2000</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
153 <option value="JPEG-2000 Lossy">JPEG-2000 Lossy</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
154 <option value="JPEG">JPEG</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
155 <option value="zlib">zlib</option> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
156 </param> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
157 </inputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
158 <outputs> |
2
b07f4839ca77
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 65c88d4905b144613b179b99376412073e75f81c
imgteam
parents:
1
diff
changeset
|
159 <data format="tiff" name="output" from_work_dir="result_image"> |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
160 <change_format> |
6317c4a379b2
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="tiff" format="tiff" /> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
162 <when input="out_format" value="png" format="png" /> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
163 <when input="out_format" value="jpg" format="jpg" /> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
164 <when input="out_format" value="ome.tiff" format="ome.tiff" /> |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
165 <when input="out_format" value="jp2" format="jpg" /> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
166 <when input="out_format" value="eps" format="eps" /> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
167 <when input="out_format" value="avi" format="avi" /> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
168 </change_format> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
169 </data> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
170 </outputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
171 <tests> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
172 <test> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
173 <param name="input_file" value="input.png" /> |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
174 <param name="out_format" value="tiff" /> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
175 <output name="output" value="res.tiff" ftype="tiff" compare="sim_size"/> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
176 </test> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
177 <test> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
178 <param name="input_file" value="input.png" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
179 <param name="out_format" value="ome.tiff" /> |
4
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
180 <conditional name="pyramid_options"> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
181 <param name="generate" value="True"/> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
182 <param name="pyramid_resolutions" value="4"/> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
183 <param name="pyramid_scale" value="2"/> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
184 </conditional> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
185 <output name="output" value="res.ome.tiff" ftype="ome.tiff" compare="sim_size"/> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
186 </test> |
4
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
187 <test> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
188 <param name="input_file" value="input.tiff" /> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
189 <param name="out_format" value="png" /> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
190 <output name="output" value="input.tiff.png" ftype="png" compare="sim_size"/> |
10eed33aa9b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit e27798cf1f9eb7fd34bf9b6fce21f6825f3872a1
imgteam
parents:
3
diff
changeset
|
191 </test> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
192 </tests> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
193 <help> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
194 **What it does** |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
195 |
2
b07f4839ca77
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 65c88d4905b144613b179b99376412073e75f81c
imgteam
parents:
1
diff
changeset
|
196 Universial image converter using bioformats. |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
197 </help> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
198 <citations> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
199 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
200 </citations> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
201 </tool> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
202 |