annotate bf2raw.xml @ 2:1b3e7d53cec6 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit ae73350d8f8f232cf598bbcf411778dc1de594f6
author imgteam
date Mon, 26 Feb 2024 20:01:43 +0000
parents b32f5368e279
children 94fe1169328c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
1 <tool id="bf2raw" name="Convert to OME-Zarr" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
2 <description>with Bioformats</description>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
3 <macros>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
4 <token name="@TOOL_VERSION@">0.7.0</token>
2
1b3e7d53cec6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit ae73350d8f8f232cf598bbcf411778dc1de594f6
imgteam
parents: 1
diff changeset
5 <token name="@VERSION_SUFFIX@">2</token>
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
6 </macros>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
7 <edam_operations>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
8 <edam_operation>operation_3443</edam_operation>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
9 </edam_operations>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
10 <requirements>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
11 <container type="docker">quay.io/biocontainers/mulled-v2-ea5a9ffc5f22f92a78f0cd24aac43eb503c0e523:4c010c399f61cde74da64343581999ada3e11e24-0</container>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
12 </requirements>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
13 <command><![CDATA[
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
14 if [ ! -d $output.files_path ];then
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
15 mkdir -p $output.files_path;
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
16 fi;
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
17
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
18 #if str($io_options.input.ext)=='html':
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
19 #set dirlist=os.listdir($io_options.input.files_path)
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
20 #assert len($dirlist) > 0
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
21 #set input_path=os.path.join(str($io_options.input.files_path), str($dirlist[0]))
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
22 #else:
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
23 #set input_path=$io_options.input
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
24 #end if
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
25
2
1b3e7d53cec6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit ae73350d8f8f232cf598bbcf411778dc1de594f6
imgteam
parents: 1
diff changeset
26 export _JAVA_OPTIONS="-Djava.io.tmpdir=/usr/local/man/" && bioformats2raw $input_path $output.files_path/$io_options.output_name
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
27 #if $bf2raw_params.multiscales['options'] == 'auto':
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
28 --target-min-size $bf2raw_params.multiscales.min_xy_size
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
29 #elif $bf2raw_params.multiscales['options'] == 'manual':
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
30 --resolutions $bf2raw_params.resolutions
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
31 #end if
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
32 --tile_height $bf2raw_params.tile_height
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
33 --tile_width $bf2raw_params.tile_width
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
34 --chunk_depth $bf2raw_params.chunk_depth
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
35 --downsample-type $bf2raw_params.downsample_type
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
36 --compression $bf2raw_params.compression
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
37 --max_workers "\${GALAXY_SLOTS:-4}"
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
38 $bf2raw_params.nesting
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
39 $bf2raw_params.omefolder
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
40 $bf2raw_params.droptop
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
41 #if not str($bf2raw_params.dimension_order) == 'keep input order':
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
42 --dimension-order $bf2raw_params.dimension_order
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
43 #end if
2
1b3e7d53cec6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit ae73350d8f8f232cf598bbcf411778dc1de594f6
imgteam
parents: 1
diff changeset
44 --overwrite &> /dev/null;
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
45
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
46 ]]></command>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
47 <inputs>
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
48 <section name="io_options" title="Input-output paths" expanded="true">
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
49 <param name="input" 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" label="Input image located in Galaxy history"/>
2
1b3e7d53cec6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit ae73350d8f8f232cf598bbcf411778dc1de594f6
imgteam
parents: 1
diff changeset
50 <param name="output_name" type="text" value="output.ome.zarr" label="Name of the generated OME-Zarr"/>
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
51 </section>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
52 <section name="bf2raw_params" title="Parameters fed to file conversion module">
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
53 <conditional name="multiscales" >
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
54 <param name="options" type="select" multiple="false" label="How should the number of resolutions be determined?" >
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
55 <option value="auto" selected="true">auto</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
56 <option value="manual" selected="false">manual</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
57 </param>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
58 <when value="auto">
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
59 <param name="min_xy_size" type="integer" min="1" optional="true" label="Min x-y dimension for the lowest resolution" value="256" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
60 </when>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
61 <when value="manual">
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
62 <param name="resolution_count" type="integer" min="1" optional="true" label="Number of resolution layers" value="3"/>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
63 </when>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
64 </conditional >
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
65 <param name="tile_height" type="integer" label="Tile height" value="96" min="1" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
66 <param name="tile_width" type="integer" label="Tile width" value="96" min="1" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
67 <param name="chunk_depth" type="integer" label="Chunk depth" value="1" min="1" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
68 <param name="downsample_type" type="select" label="Downsampling method" multiple="false" >
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
69 <option value="SIMPLE" selected="true">SIMPLE</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
70 <option value="GAUSSIAN" selected="false">GAUSSIAN</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
71 <option value="AREA" selected="false">AREA</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
72 <option value="LINEAR" selected="false">LINEAR</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
73 <option value="CUBIC" selected="false">CUBIC</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
74 <option value="LANCZOS" selected="false">LANCZOS</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
75 </param>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
76 <param name="compression" type="select" label="Compression method" multiple="false" >
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
77 <option value="null" selected="false">null</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
78 <option value="zlib" selected="false">zlib</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
79 <option value="blosc" selected="true">blosc</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
80 </param>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
81 <param name="dimension_order" type="select" label="Dimension order" multiple="false">
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
82 <option value="keep input order" selected="true">keep input order</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
83 <option value="XYZCT" selected="false">XYZCT</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
84 <option value="XYZTC" selected="false">XYZTC</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
85 <option value="XYCTZ" selected="false">XYCTZ</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
86 <option value="XYCZT" selected="false">XYCZT</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
87 <option value="XYTCZ" selected="false">XYTCZ</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
88 <option value="XYTZC" selected="false">XYTZC</option>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
89 </param>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
90 <param name="nesting" type="boolean" label="Use ' / ' as chunk path separator" truevalue="" falsevalue="--no-nested" checked="true" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
91 <param name="omefolder" type="boolean" label="Export OME metadata" truevalue="" falsevalue="--no-ome-meta-export" checked="true" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
92 <param name="droptop" type="boolean" label="Drop the series layer in the OME-Zarr folder hierarchy" truevalue="--scale-format-string '%2$d'" falsevalue="" checked="false" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
93 </section>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
94 </inputs>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
95 <outputs>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
96 <data name="output" format="html" label="OME-Zarr Output" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
97 </outputs>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
98 <tests>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
99 <test expect_num_outputs="1">
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
100 <param name="input" value="xyz_8bit__mitotic_plate_calibrated.tif"/>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
101 <param name="output_name" value="xyz_8bit__mitotic_plate_calibrated.ome.zarr" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
102 <output name="output" ftype="html">
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
103 <extra_files type="file" name="xyz_8bit__mitotic_plate_calibrated.ome.zarr/.zattrs" value="xyz_8bit__mitotic_plate_calibrated.ome.zarr/.zattrs" />
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
104 </output>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
105 </test>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
106 <test expect_num_outputs="1">
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
107 <param name="input" value="coins.png"/>
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
108 <param name="output_name" value="coins.ome.zarr" />
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
109 <output name="output" ftype="html">
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
110 <extra_files type="file" name="coins.ome.zarr/.zgroup" value="coins.ome.zarr/.zgroup" />
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
111 </output>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
112 </test>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
113 <test expect_num_outputs="1">
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
114 <param name="input" value="camera.jpg"/>
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
115 <param name="output_name" value="camera.ome.zarr" />
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
116 <output name="output" ftype="html">
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
117 <extra_files type="file" name="camera.ome.zarr/.zattrs" value="camera.ome.zarr/.zattrs" />
0
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
118 </output>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
119 </test>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
120 </tests>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
121 <help>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
122 **What it does**
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
123
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
124 Bioformats-based tool that converts a wide range of image file formats to the cloud-optimised format OME-Zarr following the `OME-NGFF`_ specification.
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
125
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
126 .. _OME-NGFF: https://ngff.openmicroscopy.org/latest
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
127 </help>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
128 <citations>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
129 <citation type="doi">https://doi.org/10.5281/zenodo.5548102 </citation>
4b6c2135e547 planemo upload for repository https://github.com/Euro-BioImaging/Galaxy-OME-Zarr/tree/main/tools/bioformats2raw commit f7ffeafe5d1fd78de014c7dfda75f000f9e2e5d1
imgteam
parents:
diff changeset
130 </citations>
1
b32f5368e279 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
imgteam
parents: 0
diff changeset
131 </tool>