jayman1466 / iDOG

MIT License
5 stars 2 forks source link

iDOG

inter-Domain Operon Generator

Getting Started

This growing suite of tools enables biologists to generate genetic constructs capable of expressing in highly diverse microbial chassis, as outlined in [Jaymin's Paper]. A web interface for these tools is available at [Website]. This github repository provides local command line versions of the RBS generator and Codon Optimizer.

Prerequisites

These scripts are designed to work on UNIX systems, though they have only been tested in Linux. Requirements:

Create a Ribosome Binding Site

Within create_RBS.py, the function create_RBS will design a custom broad host-range RBS

The basic command is as follows:

create_RBS(orf = "", target_tir = "")

where:

optional parameters:

Codon Optimize a Gene

Within codon_opt.py, the function codon_opt with recode your gene for broad host-range expression as well as create a companion RBS for the gene

The basic command is as follows:

codon_opt(orf_aa = "", target_tir = "")

where:

optional parameters:

Author

Jaymin Patel (jayman1466@gmail.com)