Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 459 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 459 Bytes

MITObim for rootless docker & docker compose

You can find the original version of MITObim here.

Usage

  1. Open docker-compose.yml and edit the path to the data directory.

  2. Build and run image.

$ docker compose up -d
  1. Get into bash to run MITObim pipeline.
$ docker compose exec mitobim bash
  1. Remove image.
$ docker compose down