Metadata-Version: 2.4
Name: dicodon_optimizer
Version: 0.1.2
Summary: Dicodon optimization library
Home-page: https://github.com/TyberiusPrime/dicodon_optimizer
Author: Florian Finkernagel
Author-email: finkernagel@imt.uni-marburg.de
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: importlib-metadata; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Dynamic: license-file

# dicodon_optimizer

Optimize your gene sequence using di-codon optimization.


## Description

Using the wrong codons for your target organism will yield
(very) suboptimal gene expression.

There's even a dependency on codon order (or 'dicodons').

This library has pretty much been superseeded by <a href="https://github.com/TyberiusPrime/dicodon_optimizer_wasm">dicodon-optimizer-wasm</a>,
but if you must do it in python, it might still be useful.
