vitessce-python
vitessce-python copied to clipboard
OmeTiffWrapper fails to read a local file from img_path if space character is in the name
It seems that OmeTiffWrapper fails to load a tiff file if the file path contains a space character. For example, it works fine if the filename is "DATA.tiff", but fails to open the same file if it is renamed to "DA TA.tiff"