Euro-BioImaging / BatchConvert

A nextflow based tool that wraps bfconvert and bioformats2raw to convert image data collections to OME-TIFF and OME-Zarr, respectively, in a parallelised manner.
MIT License
16 stars 2 forks source link

Typos in instructions #13

Open tischi opened 11 months ago

tischi commented 11 months ago

Examples:

batchconvert --ometiff --merge_files "input_dir/time-series" "output_path" 
batchconvert --omezarr --merge_files "input_dir/time-series" "output_path"

This is wrong and should be without the first --.