# HG changeset patch # User imgteam # Date 1768909797 0 # Node ID 51ff1667c4994b83929ab64b315141642277e759 # Parent d028dc14532e7d206bb88405104a048a020ab478 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit d12bb8de65b311ab1c07b69147388a4bd3d9887a diff -r d028dc14532e -r 51ff1667c499 bf2raw.xml --- a/bf2raw.xml Mon Jan 19 19:43:30 2026 +0000 +++ b/bf2raw.xml Tue Jan 20 11:49:57 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("/") +