Clinical-Genomics / cg_lims

3 stars 1 forks source link

Add Hamilton Normalisation in micro prep #346

Closed FayKanellidou closed 1 year ago

FayKanellidou commented 1 year ago

Lims Issue

For definitions of headings below see Basic Concepts.

Work Flow: Microbial WGS v6 Protocol: Nextera Microbial WGS v4 , CG002 - Normalization of microbial samples for sequencing Step:Normalization of microbial samples v2 , CG002 - Normalization of microbial samples for sequencing

Description: Describe issue here!!! Since the BRAVO is usually occupied we would like to be able to also do the normalisation on Hamilton using the Normalisation and Pooling protocol.

idalindegaard commented 1 year ago

Testing on LIMS stage:

In step Reception control, protocol Pre Processing Microbial v1: Added a udf called "Output Container Barcode", where I added a random name representing the barcode for the plate. See picture below.

Screenshot 2023-02-21 at 13 40 00

In step Normalization of microbial samples v2, protocol Nextera Microbial WGS v4: Added new udf "Hamilton Instrument" and new option (Hamilton Normalisation and Pooling) method. Aliquot volumes were calculated and a name for the new udf "Output Container Barcode" was added as seen below. A negative control was added, sample named "NTC-CG-11".

Screenshot 2023-02-21 at 14 01 06

Same step: The new script Hamilton Normalization Microbial" was run and failed, since the negative control (NTC-CG-11) does not have a registered barcode. See below.

Screenshot 2023-02-21 at 14 01 29

Below is the file that was generated through the script. It has all information except for the barcode for the negative control.

Screenshot 2023-02-21 at 14 02 09

Doing a new test without the negative control:

When running the script again it succeeds.

Screenshot 2023-02-21 at 14 07 00 Screenshot 2023-02-21 at 14 07 13 Screenshot 2023-02-21 at 14 07 35 Screenshot 2023-02-21 at 14 24 21

Conclusion: All information in the file corresponds to the right concentrations and barcodes that were registered. Everything works as it should. Since we need the negative controls (that are just added water and the order that has been made for these does not have registered barcodes) we need to find a way to get them through LIMS and add them to the plate. A suggestion is to add them as usually in LIMS and remove them from the Hamilton normalisation file, and then add the water manually after the normalisation has been done.

idalindegaard commented 1 year ago

@FayKanellidou @annaengstrom Testing has been done in LIMS stage, it works as it should. Except the NC that doesn't have a registered barcode. I added a suggestion in the conclusion. Shall I update the LIMS production workflow now?

idalindegaard commented 1 year ago

@FayKanellidou I talked with AL and she said you could test the script on stage as well, and make the tests on Hamilton through stage before deploying the results in LIMS-production. I can show you how to access stage and do this when we have time

annaengstrom commented 1 year ago

Please add a description to https://github.com/Clinical-Genomics/Lab-projects/issues/548 and in this issue perhaps why LIMS is updated (typically part of implementation - after verification has been completed and signed off) before the verification has been completed.

idalindegaard commented 1 year ago

Production LIMS has been updated with the same changes, so that tests can be run in that environment. The normalisation step can be run just as before and since the method instructions have not yet been updated, users won't have problems running it according to verified and correct instructions. @FayKanellidou