Skip to content

sbesson/bio-formats-octave-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bio-Formats Octave

Docker build

Actions Status

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://docs.openmicroscopy.org/latest/bio-formats/users/octave/index.html

About

Bio-Formats Octave container based on openmicroscopy/octave

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 57.3%
  • Dockerfile 42.7%