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

PAM Filter Bug #14

Open
smleighow opened this issue Feb 6, 2021 · 0 comments
Open

PAM Filter Bug #14

smleighow opened this issue Feb 6, 2021 · 0 comments

Comments

@smleighow
Copy link

Hey all,

Looks like there's a minor bug when it goes to filter out alignments without PAMs in guideAlignments. The PAM regular expression in the code is currently "[ACGTN]GG|GG[ACGTN]", which allows "GGN" PAMs to pass through the filter. "[ACGTN]GG" should be sufficient, since getSeq fetches the PAM 5'->3' relative to the query, regardless of the aligned strand. As it stands, the current code incorrectly allows ~1-2% of alignments through the filter when using the Aguirre GeCKO data.

Best,
Scott

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant