# HG changeset patch
# User imgteam
# Date 1768909715 0
# Node ID 51d1460d03e693dbf957a83275712e7caadc9f33
# Parent 21fedce225f692bec6710e7cafea454fcde70ce0
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit d12bb8de65b311ab1c07b69147388a4bd3d9887a
diff -r 21fedce225f6 -r 51d1460d03e6 bf2raw.xml
--- a/bf2raw.xml Mon Jan 19 19:42:11 2026 +0000
+++ b/bf2raw.xml Tue Jan 20 11:48:35 2026 +0000
@@ -3,7 +3,7 @@
creators.xml
0.7.0
- 4
+ 5
@@ -22,13 +22,22 @@
/dev/null;
+## Optionally, export a subgroup of the Zarr
#if str($io_options.subgroup) != ''
- mv ${output.files_path}/${io_options.subgroup} ./subdir;
- mv ${output.files_path}/OME ./subdir/OME;
- rm -rf ${output.files_path};
- mv ./subdir ${output.files_path};
+ mv "./output/${io_options.subgroup}"/* "./output/${io_options.subgroup}"/.* "${output.files_path}/";
+ mv "./output/OME" "${output.files_path}/OME";
#end if
]]>
@@ -62,7 +70,11 @@
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"/>
+ help='Only export a subgroup of the Zarr dataset (e.g., use "<tt>0</tt>" to only export the <tt>/0</tt> subgroup of the Zarr). Leave empty to export the full Zarr.'>
+ .*//.*
+ value.startswith("/")
+ value.endswith("/")
+