forked from labsyspharm/ashlar
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bioformats dependency to 8.0.1 (labsyspharm#231)
* Change URL and hash for jar artifact * Adapt bioformats logging call to avoid spurious message Previously we called enableLogging, but under the latest bioformats that emits one DEBUG-level message during internal logging setup. This message contains a stack trace from an internally caught exception which looks extra-scary even though it's irrelevant. Now we use setRootLevel which suppresses even that message. * Skip y-axis stage coords flip for InCell reader Bioformats 6.4.0 added an explicit correction for the stage y-axis.
- Loading branch information
Showing
3 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
include versioneer.py | ||
include ashlar/_version.py | ||
recursive-include ashlar/jars *.jar | ||
include ashlar/jars/bioformats_package.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters