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

Use reference-specific primer coordinates #72

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

florianzwagemaker
Copy link
Contributor

This replaces the single (giant) forward and reverse set of primer coordinates (FWList & RVList) that was used previously. Now two dictionaries are used (forward and reverse), keyed by ReferenceID and containing a set of primer-coordinates as value.

The correct set of primer-coordinates is then used by looking up which ReferenceID a read maps to and only using the corresponding primer coordinate set from that reference in the downstream read-cutting process

@florianzwagemaker florianzwagemaker merged commit 5a3ae67 into dev Aug 7, 2023
1 check passed
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.

1 participant