Hi Albin,
sorry for the confusion. I tested this workflow with another external reader,the
3i Slidebook reader. Opening a Slidebook SLD file with the default command-line tools using our internal SlidebookReader:
- Code: Select all
sbesson@ls30630:tmp $ showinf seewald_five.sld -nopix | grep initializing
SlidebookReader initializing seewald_five.sld
To update the command-line tools to consume the 3i Slidebook6Reader, as you confirmed, just putting the new JAR under the same folder as bioformats_package.jar is not sufficient. The most efficient way to extend the command-line tools classpath is to use the BF_CP environment variable i.e.
- Code: Select all
sbesson@ls30630:tmp $ BF_CP=/tmp/SlideBook6Reader.jar showinf seewald_five.sld -nopix | grep initializing
SlideBook6Reader initializing seewald_five.sld
Can you test whether this works in your case? If not, it might be useful to see your source code for the new reader e.g. on GitHub.
Best,
Sebastien