Skip to content

Commit

Permalink
Add sample_lims and sample_uuid to metadata variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoscasgr committed Nov 22, 2024
1 parent 2b0211d commit be8b6ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/WTSI/NPG/iRODS/Metadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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';
Expand Down
2 changes: 2 additions & 0 deletions lib/WTSI/NPG/iRODS/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be8b6ec

Please sign in to comment.