release note

Former-commit-id: 55acaae2d107ab19dcd5b1765ac866030e9ea143
This commit is contained in:
2023-11-10 00:45:11 +01:00
parent 9ee45701b7
commit 4017e213e9

View File

@ -5,6 +5,10 @@
### New feature ### New feature
- In the OBITools language a new `gc` computes the GC fraction of a sequence. - 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 ### Enhancement