Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion from input path containing wildcard (rather than file path) to dir doesn't work for me #34

Open
m-albert opened this issue Feb 28, 2025 · 1 comment

Comments

@m-albert
Copy link

Thanks a lot for this great tool! Installation worked like a charm, as well as conversion for individual files.

However when I try to use a command like:

batchconvert omezarr /path/to/input/dir/*.czi /path/to/output/dir

to use a wildcard to indicate the files I want to convert, with a directory as a destination path, I get error messages as the following:

[7b/fbcfd9] NOTE: Missing output file(s) `Example file.ome.zarr` expected by process `Convert2OMEZARR_FromLocal:Convert_EachFileFromRoot2SeparateOMEZARR (9)` -- Execution is retried (1)

Yes, my files have spaces in their paths 🙈

Thanks!

@m-albert m-albert changed the title Conversion from input dir (rather than file path) doesn't seem to work Conversion from input path containing wildcard (rather than file path) to dir doesn't work for me Feb 28, 2025
@bugraoezdemir
Copy link
Contributor

Hi @m-albert ,
Sorry for being late. Can you try with the input path with wildcard in quotes like this:
batchconvert omezarr "/path/to/input/dir/*.czi" /path/to/output/dir
Let me know if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants