fulcrumgenomics / prymer

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

feat: add `Probe` object to wrap probe design results from Primer3 #49

Closed emmcauley closed 2 weeks ago

emmcauley commented 2 weeks ago

Originally we wanted to add a Probe object that inherits from Primer and added additional attributes of a probe. We have decided to change course to refactor Primer and Probe into the same dataclass, Oligo. Standby for refactor.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 97.06%. Comparing base (3a416d6) to head (0078b74).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## em_add_probe_params #49 +/- ## ======================================================= + Coverage 97.05% 97.06% +0.01% ======================================================= Files 25 26 +1 Lines 1664 1672 +8 Branches 317 318 +1 ======================================================= + Hits 1615 1623 +8 Misses 26 26 Partials 23 23 ```

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

emmcauley commented 2 weeks ago

@msto agreed -- I will close this PR and open a new one with additional context