You can find the original version of MITObim here.
-
Open
docker-compose.yml
and edit the path to the data directory. -
Build and run image.
$ docker compose up -d
- Get into
bash
to run MITObim pipeline.
$ docker compose exec mitobim bash
- Remove image.
$ docker compose down