benchling-api icon indicating copy to clipboard operation
benchling-api copied to clipboard

A python wrapper for the benchling api

Results 6 benchling-api issues
Sort by recently updated
recently updated
newest added

I'm not clear on why `Oligo` doesn't inherit from `ListMixin`. This would allow using `Oligo.find_by_name` just as you can with `DNASequence`. Currently I'm using the following monkey-patch, which seems to...

enhancement

It would be useful if you could create and update new folders (and even projects). Right now I'm using the following monkey-patch, and it seems to work. ```python benchlingapi.models.Folder.CREATE_SCHEMA =...

enhancement

**Describe the solution you'd like** There should be a method in `session.DNASequence` that allows a search fo plasmids by sequence, just as in the Benchling UI.

enhancement

**Describe the bug** The amino acid sequence information is lost when DNASequences are dumped to python dicts. **To Reproduce** Create a DNASequence object with a translation that contains amino acid...

bug

**Motivation** Testing an API client based on a third-party's continually-evolving API is challenging. It's made even more challenging by the fact that some API features (#38) are not available to...

enhancement