From aa0443e484fae5934800695e8d36831f33e01f4c Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 7 Nov 2023 12:20:40 +0200 Subject: [PATCH] correction to release notes Former-commit-id: 424819230f26bccd6f5ef26684f50e9ff477a7de --- Release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-notes.md b/Release-notes.md index dc9d918..f1242b6 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -18,7 +18,7 @@ + When -D is set to ### (where ### is an integer), the output sequence is the barcode with the priming sites. and ### base pairs of flanking sequences. - A new output format in JSON is proposed using the **--json-output**. The sequence file is printed as a JSON vector, - where each element is a map corresponding to a sequence. The map has at most for elements: + where each element is a map corresponding to a sequence. The map has at most four elements: + *"id"* : which is the only mandatory element (string) + *"sequence"* : if sequence data is present in the record (string) + *"qualities"* : if quality data is associated to the record (string)