Skip to content

Commit

Permalink
Added new delegated methods, sample_uuid and sample_lims
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Oct 9, 2024
1 parent 41f715e commit 13c8082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
LIST OF CHANGES
---------------

- Added new delegated methods to WTSI::DNAP::Warehouse::Schema::Result::IseqFlowcell,
sample_uuid and sample_lims.

release 6.33.1 (2024-10-04)
- Added .github/dependabot.yml file to auto-update GitHub actions
- GitHub CI - updated deprecated v2 runner action to v3
Expand Down
2 changes: 2 additions & 0 deletions lib/WTSI/DNAP/Warehouse/Schema/Result/IseqFlowcell.pm
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,9 @@ Readonly my @USER_ROLES => qw/manager follower owner/;

Readonly my %DELEGATION_TO_SAMPLE => {
'sample_id' => 'id_sample_lims',
'sample_uuid' => 'uuid_sample_lims',
'sample_name' => 'name',
'sample_lims' => 'id_lims',
'sample_reference_genome' => 'reference_genome',
'organism' => 'organism',
'sample_accession_number' => 'accession_number',
Expand Down

0 comments on commit 13c8082

Please sign in to comment.