glencoesoftware / raw2ometiff

Raw format to OME-TIFF converter
GNU General Public License v2.0
46 stars 20 forks source link

Remove logback.xml from raw2ometiff jar #87

Closed melissalinkert closed 1 year ago

melissalinkert commented 1 year ago

Same idea as https://github.com/glencoesoftware/bioformats2raw/pull/169.

Basic testing:

$ ./gradlew clean build
$ cd build/distributions
$ unzip raw2ometiff-*-SNAPSHOT.zip
$ cd raw2ometiff-*-SNAPSHOT
$ find . -name logback.xml
./lib/config/logback.xml
$ jar tf lib/raw2ometiff-*-SNAPSHOT.jar | grep logback
$ bin/raw2ometiff --debug DEBUG /path/to/any.zarr test.ome.tiff
# edit lib/config/logback.xml to something other than the default, next command's output should reflect the changes
$ bin/raw2ometiff --debug DEBUG /path/to/any.zarr test2.ome.tiff