Skip to content

Commit

Permalink
Merge pull request #1 from sbesson/bio-formats_5.3.3
Browse files Browse the repository at this point in the history
Bump Bio-Formats version to 5.3.3
  • Loading branch information
joshmoore committed Feb 8, 2017
2 parents 7dc3d87 + 9c1aaa6 commit acff006
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openmicroscopy/octave:0.1.0
MAINTAINER ome-devel@lists.openmicroscopy.org.uk

ARG VERSION=5.3.2
ARG VERSION=5.3.3

USER root
RUN apt-get update && apt-get install -y wget
Expand Down
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Bio-Formats Octave
==================

This container contains GNU Octave with the latest Bio-Formats package
installed.

Usage
-----

The following command:

docker run --rm -it openmicroscopy/bio-formats-octave

should start an interactive Octave console from which Bio-Formats can be loaded using:

octave:1> pkg load bioformats
octave:1> bfCheckJavaPath;

References
----------

For more information see
https://www.openmicroscopy.org/site/support/bio-formats/users/octave/index.html

0 comments on commit acff006

Please sign in to comment.