Skip to content

Commit

Permalink
Merge pull request #329 from marcomoscasgr/feature/sample-lims-and-uu…
Browse files Browse the repository at this point in the history
…id-metadata

Add sample_lims and sample_uuid to metadata variables
  • Loading branch information
kjsanger authored Dec 4, 2024
2 parents 2b0211d + be8b6ec commit 8faf387
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 8faf387

Please sign in to comment.