From 4017e213e9d067304262ecd0f26f210634883f1d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 10 Nov 2023 00:45:11 +0100 Subject: [PATCH] release note Former-commit-id: 55acaae2d107ab19dcd5b1765ac866030e9ea143 --- Release-notes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Release-notes.md b/Release-notes.md index e1b15e8..c5d6530 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -5,7 +5,11 @@ ### New feature - In the OBITools language a new `gc` computes the GC fraction of a sequence. - +- First version of the `obisummary` command. It produces summary statistics of the + sequence file provided as input. The statistics includes, the number of reads, of variants, + the total length of the DNA sequences (equivalent to `obicount`), some summaries about tags + used in the sequence annotations and their frequencies of usage. + ### Enhancement - A new completely rewritten GO version of the fastq and fasta parser is now used instead of the original C version.