diff --git a/recipes/README.md b/recipes/README.md index 1f7b43ed620af131f0121e9cb727097d3f6c699a..7bd73e95f7f3dd4738c34ac1efb5b96ab51db591 100644 --- a/recipes/README.md +++ b/recipes/README.md @@ -73,14 +73,14 @@ The *larvatagger.sh* script features a `build` command to build a local Docker i scripts/larvatagger.sh build ``` -Optionally, you can also get the default backend (currently *MaggotUBA/20221005-1*) with: +Optionally, you can also get the default backend (currently *MaggotUBA/20230111*) with: ``` scripts/larvatagger.sh build --with-default-backend ``` -If you specifically want the *20221005-1* tagger, and not rely on default, do: +If you specifically want the *20230111* tagger, and not rely on default, do: ``` -scripts/larvatagger.sh build --with-backend=MaggotUBA/20221005-1 +scripts/larvatagger.sh build --with-backend=MaggotUBA/20230111 ``` The `build` command requires a local copy of the LarvaTagger.jl project. In addition, the larvatagger.sh script must be executed from the project root directory, hence the path `scripts/larvatagger.sh`. @@ -99,7 +99,7 @@ docker pull flaur/larvatagger ``` Beware that images that ship with backends are relatively large files (>5GB on disk). -If you are not interested in automatic tagging, use the `flaur/larvatagger:0.7.2-standalone` image instead. +If you are not interested in automatic tagging, use the `flaur/larvatagger:0.8-standalone` image instead. ### Upgrading @@ -212,5 +212,5 @@ A workaround consists in using an external *data* directory and bind mount it as For example: ``` -apptainer run --bind data:/app/MaggotUBA/data docker://flaur/larvatagger predict /app/MaggotUBA 20221005-1 path/to/datafile --skip-make-dataset +apptainer run --bind data:/app/MaggotUBA/data docker://flaur/larvatagger predict /app/MaggotUBA 20230111 path/to/datafile --skip-make-dataset --data-isolation ```