Skip to content

Commit

Permalink
Recorded recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Jan 9, 2024
1 parent 1c8b653 commit 4bc4570
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4bc4570

Please sign in to comment.