Mercurial > repos > imgteam > bfconvert
annotate bfconvert.xml @ 3:f3360fbeda64 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
author | imgteam |
---|---|
date | Thu, 15 Sep 2022 17:19:04 +0000 |
parents | b07f4839ca77 |
children | 10eed33aa9b2 |
rev | line source |
---|---|
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
1 <tool id="ip_convertimage" name="Convert image" version="6.7.0+galaxy0"> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
2 <description>Convert image</description> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
3 <requirements> |
3
f3360fbeda64
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
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
5 </requirements> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
6 <command> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
7 <![CDATA[ |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
8 bfconvert |
bbb307f731c3
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
f3360fbeda64
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
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
11 #end if |
bbb307f731c3
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
f3360fbeda64
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
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
14 #end if |
bbb307f731c3
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
f3360fbeda64
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
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 $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
|
19 -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
|
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 $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
|
22 -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
|
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 $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
|
25 -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
|
26 #end if |
1
6317c4a379b2
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
f3360fbeda64
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 |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
29 #end if |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
30 #if $pyramid_options.generate == 'True' |
f3360fbeda64
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 |
f3360fbeda64
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
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
33 #end if |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
34 $bigtiff |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
35 $noflat |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
36 #if $compression != 'False' |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
37 -compression $compression |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
38 #end if |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
39 '$input_file' './res.$out_format' && |
f3360fbeda64
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
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
41 ]]> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
42 </command> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
43 <inputs> |
bbb307f731c3
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
6317c4a379b2
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
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
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
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
53 </param> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
54 |
bbb307f731c3
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
f3360fbeda64
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"> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
59 </param> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
61 <when value="True"> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
63 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
64 </conditional> |
bbb307f731c3
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
f3360fbeda64
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"> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
69 </param> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
71 <when value="True"> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
73 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
74 </conditional> |
bbb307f731c3
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
f3360fbeda64
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" > |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
79 </param> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
81 <when value="True"> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
83 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
84 </conditional> |
bbb307f731c3
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
f3360fbeda64
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"> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
89 </param> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
91 <when value="True"> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
93 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
94 </conditional> |
bbb307f731c3
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
f3360fbeda64
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"> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
99 </param> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
101 <when value="True"> |
f3360fbeda64
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" /> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
104 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
105 </conditional> |
bbb307f731c3
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
f3360fbeda64
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"> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
110 </param> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
112 <when value="True"> |
f3360fbeda64
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" /> |
f3360fbeda64
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" /> |
f3360fbeda64
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" /> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
117 </when> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
118 </conditional> |
1
6317c4a379b2
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
f3360fbeda64
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"> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
123 </param> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
125 <when value="True"> |
f3360fbeda64
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" /> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
128 </when> |
1
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
129 </conditional> |
3
f3360fbeda64
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"> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
131 <param label="Pyramid image" name="generate" type="select"> |
f3360fbeda64
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> |
f3360fbeda64
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> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
134 </param> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
135 <when value="True"> |
f3360fbeda64
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"/> |
f3360fbeda64
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" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
138 </when> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
139 </conditional> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
140 <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
|
141 <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
|
142 <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
|
143 <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
|
144 <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
|
145 <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
|
146 <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
|
147 <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
|
148 <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
|
149 </param> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
150 </inputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
151 <outputs> |
2
b07f4839ca77
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 65c88d4905b144613b179b99376412073e75f81c
imgteam
parents:
1
diff
changeset
|
152 <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
|
153 <change_format> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
154 <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
|
155 <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
|
156 <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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 </change_format> |
6317c4a379b2
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 76b4e79c46db8a40df07e429bc5e9aa8d395d5f6
imgteam
parents:
0
diff
changeset
|
162 </data> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
163 </outputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
164 <tests> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
165 <test> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
166 <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
|
167 <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
|
168 <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
|
169 </test> |
3
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
170 <test> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
171 <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
|
172 <param name="out_format" value="ome.tiff" /> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
173 <param name="pyramid_options.generate" value="True"/> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
174 <param name="pyramid_options.pyramid_resolutions" value="4"/> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
175 <param name="pyramid_options.pyramid_scale" value="2"/> |
f3360fbeda64
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 1ac9c3e967f78c0001833a4c4d7e877f234d4785
imgteam
parents:
2
diff
changeset
|
176 <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
|
177 </test> |
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
178 </tests> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
179 <help> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
180 **What it does** |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
181 |
2
b07f4839ca77
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit 65c88d4905b144613b179b99376412073e75f81c
imgteam
parents:
1
diff
changeset
|
182 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
|
183 </help> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
184 <citations> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
185 <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
|
186 </citations> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
187 </tool> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
188 |