GithubHelp home page GithubHelp logo

00mjk / coral Goto Github PK

View Code? Open in Web Editor NEW

This project forked from klavinslab/coral

0.0 0.0 0.0 2.29 MB

Coral, a library and framework for specifying synthetic biology design processes.

Home Page: http://coral.readthedocs.org

License: MIT License

Python 99.61% Shell 0.39%

coral's Introduction

coral

Build Status

Documentation Status

Coral: Core tools for synthetic DNA design. Read the documentation at http://coral.readthedocs.org.

Coral is a Python library for encoding the process of designing synthetic DNA constructs. Coral mirrors the traditional design steps used in GUI-based sequence design (ApE, j5, Benchling, etc.) as operations on data structures, enables iterative design through analysis modules, and connects seamlessly to outside libraries. Through the use of Coral, you can translate your DNA design processes into concise, executable, and reusable scripts.

Coral encodes synthetic DNA design rules into its core sequence data types (DNA, RNA, and Peptide), enabling concise, dependable methods for automated DNA design.

Coral works with PyPy so long as a PyPy-compatible numpy is installed.

Installation:

Most users:

pip install coral

Windows users:

Install vcpython2.7 (http://aka.ms/vcpython27) if it's not already installed, then

pip install coral

Many Windows users have a better time installing python packages, including coral, using Anaconda.

To get the latest on git:

git clone https://github.com/klavinslab/coral.git
cd coral
pip install .

Docker images available here: https://hub.docker.com/u/coraldesign/

Requirements:

###python (pip-compatible):

numpy
biopython

optional:

Package Added functionality
matplotlib plotting sequencing analysis
intermine, requests yeast database (intermine) functions

###system:

Package Added functionality
NuPack Structural analysis
ViennaRNA Structural analysis

Development:

Install the extra packages in dev-requirements.txt (Sphinx, cython, nose).

License

MIT

Author

The author and maintainer of Coral is Nick Bolten. Contact him (me) at [email protected] with any and all Coral questions (don't be shy!).

Changelog

View the changelog here.

coral's People

Contributors

eyu-boltthreads avatar jvrana avatar nbolten avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.