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

Update build_primer_pairs() to accept Iterable[Oligo] or Sequence[Oligo] #84

Closed
msto opened this issue Nov 13, 2024 · 1 comment · Fixed by #86
Closed

Update build_primer_pairs() to accept Iterable[Oligo] or Sequence[Oligo] #84

msto opened this issue Nov 13, 2024 · 1 comment · Fixed by #86
Assignees

Comments

@msto
Copy link
Collaborator

msto commented Nov 13, 2024

I have a use case where I have subclassed Oligo in order to store QC attributes (e.g. hairpin delta G and off-target hit counts) and filter individual primers before assembling them into pairs.

Because list is invariant, the current implementation does not support building pairs from subclasses of Oligo.

Note that the implementation prior to #75 supported this use case because the arguments were defined as Iterable[Oligo].

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

Successfully merging a pull request may close this issue.

2 participants