Changes to be committed:

modified:   Release-notes.md
	modified:   pkg/obialign/pairedendalign.go
	modified:   pkg/obilua/obiseq.go
	modified:   pkg/obioptions/version.go
	modified:   pkg/obiseq/biosequence.go
	modified:   pkg/obitools/obipairing/pairing.go
This commit is contained in:
Eric Coissac
2024-11-27 09:56:22 +01:00
parent 7884a74f9c
commit d29a56dcbf
6 changed files with 78 additions and 29 deletions

View File

@ -2,13 +2,23 @@
## Latest changes
### Bug fixes
- In `obipairing`, correct the stats `seq_a_single` and `seq_b_single` when
on right alignment mode
### New features
- Most of the time obitools identify automatically sequence file format. But
it fails sometimes. Two new option **--fasta** and **--fastq** are added to
allow the processing of the rare fasta and fastq files not recognized.
## August 2nd, 2024. Release 4.3.0
- In `obiscript`, adds new methods to the Lua sequence object:
- `md5_string()`: returning the MD5 check sum as an hexadecimal string,
- `subsequence(from,to)`: allows to extract a subsequence on a 0 based
coordinate system, upper bound expluded like in go.
- `reverse_complement`: returning a sequence object corresponding to the reverse complement
of the current sequence.
### Change of git repositiory