fulcrumgenomics / prymer

Python Primer Design Library
https://prymer.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

feat: Make `OffTargetDetector.filter()` generic #19

Closed msto closed 3 weeks ago

msto commented 3 weeks ago

Closes #18

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.35%. Comparing base (8d332df) to head (bd04fe4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #19 +/- ## ======================================= Coverage 97.35% 97.35% ======================================= Files 25 25 Lines 1587 1589 +2 Branches 300 300 ======================================= + Hits 1545 1547 +2 Misses 23 23 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

clintval commented 3 weeks ago

@tfenne not yet but PEP 718 is tracking that language feature:

https://peps.python.org/pep-0718/

If we do get this syntax, it could arrive as soon as Py3.13 (but likely Py3.14).

https://devguide.python.org/versions/