Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Golay correction not working as expected #161

Open
colinbrislawn opened this issue May 13, 2024 · 0 comments
Open

Golay correction not working as expected #161

colinbrislawn opened this issue May 13, 2024 · 0 comments

Comments

@colinbrislawn
Copy link

Here is what forum user dfground found in forum x-ref.

barcode-uncorrected 1 (GTA TTT ACG ATC) and
barcode-uncorrected 2 (GTA TTA ACG ATC) have been corrected to
barcode unused index (GTA TTG ACG GTC) by golay-error-correction.

barcode-uncorrected 1 GTATTTACGATC
unused index 1        GTATTGACGGTC
                      ***** ***.**
barcode-uncorrected 2 GTATTAACGATC
unused index 2        GTATTGACGGTC
                      *****.***.**

Both barcode-uncorrected 1 and barcode-uncorrected 2 were thought to be caused by the insertion of a single base into used index 1 (GTA TTA CGA TCC).

barcode-uncorrected 1 GTATTTACGATC-
used index 1          GTATT-ACGATCC
                      ***** ******
barcode-uncorrected 2 GTATTAACGATC-
used index 1          GTATTA-CGATCC
                      ****** ***** 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant