BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
166 stars 45 forks source link

Small fixes for Example_Restriction contribution #294

Closed manulera closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 93.57%. Comparing base (e86fc3c) to head (cc986ac). Report is 1 commits behind head on docs_peilun.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/294/graphs/tree.svg?width=650&height=150&src=pr&token=8gKFpo7HAl&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson)](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/294?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson) ```diff @@ Coverage Diff @@ ## docs_peilun #294 +/- ## ============================================ Coverage 93.57% 93.57% ============================================ Files 40 40 Lines 3909 3909 Branches 585 585 ============================================ Hits 3658 3658 Misses 199 199 Partials 52 52 ```
manulera commented 1 month ago

Hi @JeffXiePL here are my changes to your update, namely:

By the way, very cool using min and max on a SeqFeature to get its edges. I did not know this was possible and it's very convenient!

Thanks again for your contribution!