From 4bc45707cb92313e00443539f7739034a9b0f8f7 Mon Sep 17 00:00:00 2001 From: Marina Gourtovaia Date: Tue, 9 Jan 2024 18:22:07 +0000 Subject: [PATCH] Recorded recent changes --- Changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changes b/Changes index 0c7789aa..83aacdcd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ LIST OF CHANGES + - st::api::lims + - Removed batch_id constructor argument. It was used by the xml driver, + it is no longer required. + - Fix a bug in propagating driver details to children to ensure that + (1) a switch of the driver type does not happen; (2) the database + handle and the flowcell id are passed to children consistently. + - Removed provisions for the xml st::api::lims driver from the old samplesheet + generator npg::samplesheet. + - To avoid code repetitions, created a parent class for different samplesheet + generators and moved common code there. + - Extended the code for the samplesheet daemon to generate samplesheets for + NovaSeqX instruments. + - Removed remaining unused test data from the era of xml st::api::lims driver. + release 98.1.0 - Added a new method, latest_revision_for_modification, to npg_tracking::Schema::Result::Instrument to retrieve the latest modification