annotate bf2raw.xml @ 0:31fee86b0b75 draft default tip

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