-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to pom-scijava 32.0.0 * Switch to JUnit5 * Send output from tests to target/logs * Change setup to JDK 8 * Add methods to create a screen and refactor code to import images to screens * Add method addAndReplaceTable (#32) * Add test for addAndReplaceTable * Make Client constructor with arguments public (#34) * Add methods to retrieve well, plate and screen from an image (#35) * Add LibraryChecker utility class to check if required libraries are available (#36) * Make specific tests for LibraryChecker * Add time increment to ImagePlus and set the position to the first slice * Use float coordinates for IJ ROI conversion * Split ImageTest * Simplify key/value tests in ImageTest * Prevent GatewayWrapper from containing null fields * Override toString method in GatewayWrapper and add server information to context * Change disconnect method so that a sudo client does not disconnect the gateway * Replace System.err.println with logger * Add tests * Add serialVersionUID to classes that require it * Fix and improve Javadoc * Rename some variables * Minor code improvements
- Loading branch information
Showing
72 changed files
with
2,575 additions
and
1,585 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
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,4 +1,4 @@ | ||
FROM maven:3.6.3-jdk-11 | ||
FROM maven:3.8.6-jdk-8 | ||
MAINTAINER [email protected] | ||
|
||
COPY . /src | ||
|
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
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
Oops, something went wrong.