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
Context: OffTargetDetector.mappings_of() currently returns dict[str, BwaResult] where the key is the sequence of bases of the primer. It may be more natural to return the full Primer object as the key instead of just the bases.
The text was updated successfully, but these errors were encountered:
This would make a lot of sense to me, since my first question when I looked at that code was "why are we returning a dict keyed on strings instead of primers".
Context:
OffTargetDetector.mappings_of()
currently returnsdict[str, BwaResult]
where the key is the sequence of bases of the primer. It may be more natural to return the fullPrimer
object as the key instead of just the bases.The text was updated successfully, but these errors were encountered: