From be8b6ecf17bb4687079c3ccda8415f76ce6c1e36 Mon Sep 17 00:00:00 2001 From: Marco Mosca Date: Fri, 22 Nov 2024 15:27:19 +0000 Subject: [PATCH] Add sample_lims and sample_uuid to metadata variables --- lib/WTSI/NPG/iRODS/Metadata.pm | 4 ++++ lib/WTSI/NPG/iRODS/Types.pm | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lib/WTSI/NPG/iRODS/Metadata.pm b/lib/WTSI/NPG/iRODS/Metadata.pm index c225ea20..997a1d3e 100644 --- a/lib/WTSI/NPG/iRODS/Metadata.pm +++ b/lib/WTSI/NPG/iRODS/Metadata.pm @@ -28,9 +28,11 @@ our @EXPORT = qw( $SAMPLE_CONTROL $SAMPLE_DONOR_ID $SAMPLE_ID + $SAMPLE_LIMS $SAMPLE_NAME $SAMPLE_PUBLIC_NAME $SAMPLE_SUPPLIER_NAME + $SAMPLE_UUID $STUDY_ACCESSION_NUMBER $STUDY_ID $STUDY_NAME @@ -141,9 +143,11 @@ our $SAMPLE_CONSENT_WITHDRAWN = 'sample_consent_withdrawn'; our $SAMPLE_CONTROL = 'sample_control'; our $SAMPLE_DONOR_ID = 'sample_donor_id'; our $SAMPLE_ID = 'sample_id'; +our $SAMPLE_LIMS = 'sample_lims'; our $SAMPLE_NAME = 'sample'; our $SAMPLE_PUBLIC_NAME = 'sample_public_name'; our $SAMPLE_SUPPLIER_NAME = 'sample_supplier_name'; +our $SAMPLE_UUID = 'sample_uuid'; our $STUDY_ACCESSION_NUMBER = 'study_accession_number'; our $STUDY_ID = 'study_id'; our $STUDY_NAME = 'study'; diff --git a/lib/WTSI/NPG/iRODS/Types.pm b/lib/WTSI/NPG/iRODS/Types.pm index 6e4be2b6..f587b36e 100644 --- a/lib/WTSI/NPG/iRODS/Types.pm +++ b/lib/WTSI/NPG/iRODS/Types.pm @@ -46,9 +46,11 @@ our @CORE_METADATA_ATTRS = ( $SAMPLE_CONTROL, $SAMPLE_DONOR_ID, $SAMPLE_ID, + $SAMPLE_LIMS, $SAMPLE_NAME, $SAMPLE_PUBLIC_NAME, $SAMPLE_SUPPLIER_NAME, + $SAMPLE_UUID, $STUDY_ACCESSION_NUMBER, $STUDY_ID, $STUDY_NAME,