pydna icon indicating copy to clipboard operation
pydna copied to clipboard

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.

Results 81 pydna issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.3.2. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected. --...

dependencies

Bumps [pyperclip](https://github.com/asweigart/pyperclip) from 1.8.2 to 1.9.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyperclip&package-manager=pip&previous-version=1.8.2&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3. Release notes Sourced from requests's releases. v2.32.3 2.32.3 (2024-05-29) Bugfixes Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (#6716)...

dependencies

Bumps [seguid](https://github.com/seguid/seguid-python) from 0.0.7 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=seguid&package-manager=pip&previous-version=0.0.7&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

A have a minimal working example of USER cloning, to address #309 As a summary, USER removes the uracil base from a dsDNA leaving an abasic site, that is subsequently...

We need USER cloning for [this](https://github.com/manulera/ShareYourCloning_backend/issues/63), so @manulera and I thought it would be better to implement it in `pydna`. I have a minimal working example and will write some...

I saw there was a placeholder file for Gateway cloning and thought to give it a go. Did you have any idea on how to do it @BjornFJohansson?

Running: ` asm = Assembly((pdonr_plasmid, insert), limit=6, max_nodes=10) ` gives me: ` TypeError: Assembly.__init__() got an unexpected keyword argument 'max_nodes' ` Is this intended, or should we be able to...

Hi @BjornFJohansson, I think with all recent bug fixes and improvements to the documentation, we should do a release to pypi. It does not have to be a major release,...

Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.2 to 3.1.4. Changelog Sourced from pyparsing's changelog. Version 3.1.4 - August, 2024 Fixed a regression introduced in pyparsing 3.1.3, addition of a type annotation that referenced...

dependencies