Describe the bug
Single barcodes are checked for uniqueness, throws the user an error if any repeat. This isn't checked for dual barcodes, because individual barcodes from either the forward or reverse barcode sequence can be repeated. Need a check that confirms there are no repeats in the combined barcodes.
To Reproduce
Upload metadata that contains dual barcodes that are not unique. No error will be thrown.
Describe the bug Single barcodes are checked for uniqueness, throws the user an error if any repeat. This isn't checked for dual barcodes, because individual barcodes from either the forward or reverse barcode sequence can be repeated. Need a check that confirms there are no repeats in the combined barcodes.
To Reproduce Upload metadata that contains dual barcodes that are not unique. No error will be thrown.
Expected behavior Error should be thrown to user.