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

feat: map primers by bwa and update datavzrd template #275

Merged
merged 8 commits into from
Nov 29, 2023

Conversation

FelixMoelder
Copy link
Contributor

@FelixMoelder FelixMoelder commented Nov 20, 2023

Primer mapping has been changed from bowtie to bwa mem.
It turned out that bowtie missmaps primers in some rare cases resulting in a loss of reads.
Also the flag for filtering unmapped primers pairs has been fixed. As bowtie just sets the sam flag to 255 filtering was not working as intended.
When mapping primers with bwa two additional parameters need to be set:
-k for setting the minimum seed length which is 19 by default being to high for at least our testcase primers.
-T being the minimum output score (default: 30). This is set to shortest primer - 2 allowing some tolerance when primers are mapped to a different reference.

Further, the datavzrd report has been update to colormap allele frequencies (white to blue) and gnomad af (white to green).

@johanneskoester johanneskoester enabled auto-merge (squash) November 29, 2023 15:24
@johanneskoester johanneskoester merged commit 12f22e9 into master Nov 29, 2023
@johanneskoester johanneskoester deleted the feat/replace_bowtie branch November 29, 2023 15:35
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

Successfully merging this pull request may close these issues.

2 participants