easy-dna

Methods for DNA sequence reading, writing and editing.


Keywords
DNA, sequence, Genbank, record, editing
License
MIT
Install
pip install easy-dna==0.3.4

Documentation

easy_dna

Travis CI build status https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/easy_dna/badge.svg?branch=master

Easy_dna is a Python library implementing useful routines for manipulating DNA sequences, either as "ATGC" strings or Biopython records. It aims at providing a simpler interface than Biopython for common operations related to DNA sequence design and genbank generation.

Easy_dna was originally created to gather useful methods repeatedly used in the different software projects of the Edinburgh Genome Foundry for DNA design and manufacturing.

See the API reference here.

Installation

You can install easy_dna through PIP:

pip install easy_dna

Alternatively, you can unzip the sources in a folder and type:

python setup.py install

License = MIT

Easy_dna is an open-source software originally written at the Edinburgh Genome Foundry by Zulko and released on Github under the MIT licence (Copyright 2019 Edinburgh Genome Foundry). Everyone is welcome to contribute!

More biology software

https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/Edinburgh-Genome-Foundry.github.io/master/static/imgs/logos/egf-codon-horizontal.png

Easy_dna is part of the EGF Codons synthetic biology software suite for DNA design, manufacturing and validation.