How to use Bio-Formats on Ubuntu 20.04

How to use Bio-Formats.

  1. Download command line tools
wget https://downloads.openmicroscopy.org/bio-formats/6.5.1/artifacts/bftools.zip

Unzip it, for example, $ HOME / bin / bftools

Through Path

.bash_profile


(abridgement)
export PATH=$HOME/bin/bftools:$PATH
  1. Download ij.jar
wget http://wsr.imagej.net/distros/linux/ij153-linux64-java8.zip

Unzip and put ij.jar in $ HOME / bin / bftools

  1. Download sample data
wget https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/tubhiswt-2D.zip

When unzipped, there are the following two files

$ tree tubhiswt-2D
tubhiswt-2D
├── tubhiswt_C0.ome.tif
└── tubhiswt_C1.ome.tif
  1. Image display
showinf tubhiswt_C0.ome.tif

show_inf_aug14.png

  1. Displaying images with ImageJ
ijview tubhiswt_C0.ome.tif

ijview_aug14.png

Recommended Posts

How to use Bio-Formats on Ubuntu 20.04
How to use Ruby on Rails
How to install WildFly on Ubuntu 18.04
Preparing to use electron-react-boilerplate on Ubuntu 20.4
How to build vim on Ubuntu 20.04
A memorandum on how to use Eclipse
How to use Apache Derby on Eclipse
[Ruby on Rails] How to use CarrierWave
How to install production Metabase on Ubuntu
How to change the timezone on Ubuntu
[Ruby on Rails] How to use redirect_to
[Ruby on Rails] How to use kaminari
How to use Map
How to use rbenv
How to use letter_opener_web
How to use with_option
How to use fields_for
How to use java.util.logging
How to use map
How to use collection_select
How to use Twitter4J
How to use active_hash! !!
How to use MapStruct
How to use hidden_field_tag
How to use TreeSet
[How to use label]
How to use identity
How to use hashes
How to use JUnit 5
Use mkdir on ubuntu
Use cpplapack on ubuntu
How to use Dozer.mapper
How to use Gradle
How to use org.immutables
How to use java.util.stream.Collector
How to use VisualVM
How to use Map
How to install and use Composer on an ECS instance on Ubuntu 16.04
How to configure ubuntu to be used on GCP
How to install network drivers on standalone Ubuntu
How to install NVIDIA driver on Ubuntu 18.04 (Note)
Notes on how to use each JUnit Rule
How to install multiple JDKs on Ubuntu 18.04 LTS
How to use nfs protocol version 2 with ubuntu 18.04
How to build a Pytorch environment on Ubuntu
[Ruby on Rails] How to use session method
How to run NullpoMino 7.5.0 on Ubuntu 20.04.1 64bit version
[Java] How to use Map
How to use Chain API
How to use java Optional
How to use JUnit (beginner)
How to use Ruby return
[Rails] How to use enum
How to use @Builder (Lombok)
[Swift] How to use UserDefaults
How to use java class
How to use Swift UIScrollView
How to use Big Decimal
[Java] How to use Optional ②
[Java] How to use removeAll ()
How to use String [] args