Metadata-Version: 1.0
Name: dnacauldron
Version: 1.1.0
Summary: DNA cloning simulation for restriction based assembly and more
Home-page: https://github.com/Edinburgh-Genome-Foundry/DnaCauldron
Author: Zulko
Author-email: UNKNOWN
License: see LICENSE.txt
Description: DNA Cauldron
        ===================
        
        DNA Cauldron is a Python library to simulate restriction-based assembly operations. Provided the sequences of genetic parts and receptor vectors, DNA Cauldron will compute the assembli(es) that could result from the mix.
        
        .. image:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/DnaCauldron/master/docs/_static/images/report_screenshot.jpg
           :alt: [logo]
           :align: center
           :width: 600px
        
        DNA Cauldron was written for Synthetic Biology applications - typically, to predict and validate batches of parts-based assemblies. It is simple to use, plays well with BioPython, can import and export Genbank (it conserves all features), and provides advanced methods such as connector part auto-selection, backbone selection for linear parts, methods to select constructs subsets when dealing with large combinatorial assemblies.
        
        
        Infos
        -----
        
        **PIP installation:**
        
        .. code:: bash
        
          pip install dnacauldron
        
        **Web documentation:**
        
        `<https://edinburgh-genome-foundry.github.io/DnaCauldron/>`_
        
        **Github Page**
        
        `<https://github.com/Edinburgh-Genome-Foundry/DnaCauldron>`_
        
        **Live demo**
        
        `<http://cuba.genomefoundry.org/simulate_gg_assemblies>`_
        
        **License:** MIT, Copyright Edinburgh Genome Foundry
        
        More biology software
        ---------------------
        
        .. image:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/Edinburgh-Genome-Foundry.github.io/master/static/imgs/logos/egf-codon-horizontal.png
          :target: https://edinburgh-genome-foundry.github.io/
        
        DNA Cauldron is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_ synthetic biology software suite for DNA design, manufacturing and validation.
        
Keywords: DNA cloning simulator restriction assembly
Platform: UNKNOWN
