Skip to content

Commit

Permalink
Add QBIC_SAMPLE_ID
Browse files Browse the repository at this point in the history
Co-authored-by: steffengreiner <[email protected]>
  • Loading branch information
KochTobi and Steffengreiner committed Sep 17, 2024
1 parent bbdfa72 commit b81cef4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private List<MeasurementMetadata> convertNGSMeasurement(ParsingResult parsingRes
""),
List.of(SampleCode.create(
safeListAccess(row.values(),
keyIndices.getOrDefault(NGSMeasurementProperty.SAMPLE_CODE.propertyName(), -1),
keyIndices.getOrDefault(NGSMeasurementProperty.QBIC_SAMPLE_ID.propertyName(), -1),
""))),
safeListAccess(row.values(),
keyIndices.getOrDefault(NGSMeasurementProperty.ORGANISATION_ID.propertyName(), -1),
Expand Down Expand Up @@ -342,7 +342,7 @@ public String propertyName() {

enum NGSMeasurementProperty {
MEASUREMENT_ID("measurement id"),
SAMPLE_CODE("sample code"),
QBIC_SAMPLE_ID("qbic sample id"),
ORGANISATION_ID("organisation id"),
SAMPLE_POOL_GROUP("sample pool group"),
FACILITY("facility"),
Expand Down

0 comments on commit b81cef4

Please sign in to comment.