Update the release Notes

Former-commit-id: 5611fb13809c5cc45a515be5d62aac61e6fc51ad
This commit is contained in:
Eric Coissac
2024-06-07 09:11:06 +02:00
parent 3a7661f324
commit 2d4813614b

View File

@ -26,7 +26,7 @@
- In `obiscript` a `qualities` method has been added to retrieve or set the
quality scores from a BioSequence object.\
- In obiparing the ngsfilter file describing the samples can be no provided
- In `obimultuplex` the ngsfilter file describing the samples can be no provided
not only using the classical nfsfilter format but also using the csv format.
When using csv, the first line must contain the column names. 5 columns are
expected:
@ -46,6 +46,11 @@
annotate the sequence corresponding to the sample, as the `key=value;` did
in the nfsfilter format.
The CSV format used allows for comment lines starting with `#` character.
Special data lines starting with `@param` in the first column allow to
configure the algorithm. The options **--template** provided an over
commented example of the csv format, including all the possible options.
### Enhancement
- In every *OBITools* command, the progress bar are automatically deactivated