You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be convenient if VariantLookup offered a method to mask arbitrary FASTAs and/or sequences based on the variants it contains.
Currently the logic to apply variant masking is contained within Primer3.get_design_sequences, which makes it difficult to reuse. I think this logic could be extracted and refactored into a method on VariantLookup.
The text was updated successfully, but these errors were encountered:
It would be convenient if
VariantLookup
offered a method to mask arbitrary FASTAs and/or sequences based on the variants it contains.Currently the logic to apply variant masking is contained within
Primer3.get_design_sequences
, which makes it difficult to reuse. I think this logic could be extracted and refactored into a method onVariantLookup
.The text was updated successfully, but these errors were encountered: