Skip to content

Commit

Permalink
Merge pull request #800 from mgcam/changes_list_update
Browse files Browse the repository at this point in the history
Recorded recent changes
  • Loading branch information
jmtcsngr authored Jan 10, 2024
2 parents 1c8b653 + cc116b6 commit 6e02d26
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
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
Expand Down

0 comments on commit 6e02d26

Please sign in to comment.