From 2d4813614b01623a3e6e3d850b68ba9266714458 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 7 Jun 2024 09:11:06 +0200 Subject: [PATCH] Update the release Notes Former-commit-id: 5611fb13809c5cc45a515be5d62aac61e6fc51ad --- Release-notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Release-notes.md b/Release-notes.md index 833bba8..9ec0510 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -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