The instructions for installing OMERO on Mac OS X using Homebrew are available in the OMERO documentation.
See http://www.openmicroscopy.org/site/support/omero5/sysadmins/unix/server-install-homebrew.html for instructions on how to install OMERO via Homebrew
This gist has migrated to https://github.com/openmicroscopy/ome-release
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 gist is being merged into the OME mainline. Please see: | |
https://github.com/snoopycrimecop/snoopycrimecop/blob/master |
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
import java.io.IOException; | |
import loci.common.services.DependencyException; | |
import loci.common.services.ServiceException; | |
import loci.common.services.ServiceFactory; | |
import loci.formats.services.OMEXMLService; | |
import loci.formats.FormatException; |