BjornFJohansson / pydna

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

Issue 196 #227

Closed manulera closed 4 days ago

manulera commented 1 month ago

Closes #196. A few additions to make contributing a bit easier.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 93.64%. Comparing base (6bbfdfc) to head (01c17ef). Report is 5 commits behind head on dev_bjorn.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/227/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/227?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 @@ ## dev_bjorn #227 +/- ## ========================================== Coverage 93.64% 93.64% ========================================== Files 40 40 Lines 3854 3855 +1 Branches 573 573 ========================================== + Hits 3609 3610 +1 Misses 196 196 Partials 49 49 ```
manulera commented 1 month ago

Let me know what you think @BjornFJohansson

manulera commented 2 weeks ago

Hi @BjornFJohansson following up on this. Can you review this PR?