From e18bb711f19fddf65bb521c436e07ef215c98345 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Fri, 23 Dec 2022 10:39:18 +0100
Subject: [PATCH] pointer to PlanarLarvae.jl

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 6ddae48..e8e33d2 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ A CLI is also available for batch processing: automatic tagging of track data fi
 A Docker image is available, with all automatic tagging capabilities installed.
 If you have Docker or Singularity/Apptainer installed, take a look at the [dedicated instructions page](https://gitlab.pasteur.fr/nyx/larvatagger.jl/-/tree/main/recipes).
 
+Support for various data file formats is implemented by [PlanarLarvae.jl](https://gitlab.pasteur.fr/nyx/planarlarvae.jl).
+Behavior labels from manual and automatic tagging are saved in [json files](https://gitlab.pasteur.fr/nyx/planarlarvae.jl#json-files) along with the corresponding track data files.
 
 ## Installing
 
-- 
GitLab