sanger / quanthub

Provides parsing and visualisation of the concentration information from qPCR and plate readers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DPL-405 [BUG] - Due to wider barcode changes when plate reader quants are uploaded the barcode is no longer correct

stevieing opened this issue · comments

Describe the bug
Due to wider barcode changes when plate reader quants are uploaded the barcode is no longer correct.

One of the features of quanthub is to print barcodes off with -QC at the end to distinguish them. When these are uploaded to quanthub the -QC is removed using a regex so that the barcode can be recognised when it is exported.

Due to the changes which have been made in the barcodes there are now dashed throughout so that when they are uploaded only part of the barcode is shown. This will cause problems downstream as quants will not be valid.

The regex needs to be changes so that only the -QC at the end is removed.

It would also be worth checking if there are any other implications so worth a check of some of the other quant types.