Edinburgh-Genome-Foundry / easy_dna

:school_satchel: Python library to read, write, edit DNA sequences

Home Page:https://edinburgh-genome-foundry.github.io/easy_dna/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easy_dna

Travis CI build status

image

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

image

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

About

:school_satchel: Python library to read, write, edit DNA sequences

https://edinburgh-genome-foundry.github.io/easy_dna/

License:MIT License


Languages

Language:Python 100.0%