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