BjornFJohansson / pydna

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

bump pydivsufsort, <0.0.14 not supported by M1 macs #214

Closed manulera closed 6 months ago

manulera commented 6 months ago

@dgruano noticed that when installing pydna in other projects (e.g. ShareYourCloning) the default version might have been .11, which is not supported by macs. This passes the tests and does not change the lock file (pydna was using v 14 anyway)

https://github.com/manulera/ShareYourCloning_backend/issues/110

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 93.02%. Comparing base (69b7ec7) to head (0cbda5d).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/214/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/214?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 #214 +/- ## ========================================== Coverage 93.02% 93.02% ========================================== Files 39 39 Lines 3743 3743 Branches 562 562 ========================================== Hits 3482 3482 Misses 216 216 Partials 45 45 ```