Skip to content

Edinburgh-Genome-Foundry/SynBioPython

 
 

Repository files navigation

SynBioPython

Build Status Binder

Synbiopython provides generic tools for Synthetic Biology.

Installation

pip install synbiopython

To install the latest version from Github:

pip install --user git+https://github.com/Global-Biofoundries-Alliance/SynBioPython

Currently Python 3.6, 3.7 and 3.8 are supported.

Usage

You should now be able to run this in Python:

import synbiopython
print(synbiopython.__version__)

Currently, there are three modules implemented:

  • The genbabel module provides standard file parsers and for working with multiple fileformats.
  • The codon module provides support for codon optimisation.
  • The lab automation module enables working with plates and generation of picklists (transfers) for liquid handlers.

Examples

Example Jupyter notebooks are provided for each module: codon, genbabel and lab automation. In order to open these notebooks, download and install JupyterLab.

Contribute!

SynBioPython is developed collectively by members of the Global Biofoundry Alliance and released on Github under the MIT license. Contributions are welcome!

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%