Skip to main content

Simulation and documentation of metabolic pathway assembly using the Yeast Pathway Kit.

Project description

Ypkpathway is a simulator and documentation generator for in-vivo pathway assembly using the Yeast Pathway Kit protocol. It takes as argument a series of sequences in a text file and produces a self contained folder containing assembled sequences of intermediary vectors, final assembly and PCR primers. Other useful information such as PCR conditions and PCR product sizes are also included. The documantation of the assembly is given in the narrative IPython notebook format which can be executed independently of ypkpathway.

The assembly process is simulated using pydna in IPython notebooks which are automatically generated and executed.

See an example of an four gene assembly here. The notebooks in the example are located in the docs folder in this repository and visualized through nbviewer. The example above was made with the pth6 indata.

There are five more example indata example files that are a part of the automatic test suit: pth1 pth2 pth3 pth4 pth5 pth7

screenshot

pypi Python wheel and source distributions on Pypi.

travis Python wheel and source distributions on Pypi are built and tested on on travis-ci using a linux back end.

appveyor 64 bit Windows binary executable and a Windows binary wheel are built on Appveyor-CI

anaconda build Anaconda packages for Windows, Linux and MacOSX are built at anaconda.org on a Linux back end.

dependencies Dependencies are tracked at versioneye.

pypi dl Pypi download count.

anaconda Anaconda download count.

GitHub tag Github repository.

The ypkpatwhay package provides a graphical point and click interface and a command line application for planning DNA assembly projects using the Yeast Pathway Kit protocol.

Please refer to the manual for details on how to use the software.

Installation

The best way of installing ypkpathway is by first installing the free Anaconda Python distribution which comes with many packages and dependencies out of the box. Using the conda package manages simply type:

bjorn@bjorn-UL30A:/$ conda install ypkpathway

and the app and all dependencies will be installed. The manual contains a detailed walk through of this installation option.

Alternatively, ypkpathway can be installed using pip which is the PyPA recommended tool for installing Python packages.

bjorn@bjorn-UL30A:/$ pip install ypkpathway

Pip may have trouble to install two dependecies biopython which is a dependency of pydna and PyQt4 which have binary extensions. These can be separately installed. Binary installers of PyQt4 can be found here. Instructions for how to install Biopython can be found here.

Ypkpathway can also be installed from source by downloading one of the source distributions. Unpack the zip or .tar.gz archive and type:

bjorn@bjorn-UL30A:/$ python setup.py install

Dependencies has to be manually installed in this case. There are also .exe installers for ypkpathway that can be installed by double clicking. These do not install the dependencies either.

Dependencies

The ypkpathway dependencies are pure Python modules except for PyQt. Pydna depends on biopython which has to be installed using a binary installer or a c-compiler has to be present.

pydna

ipython

docopt

notedown

PyQt4

tornado

terminado

pyzmq

There are binary Windows installers for IPython, Bioppython, docopt here

Graphical user interface

The application is written in PyQt4 and can be started from the command line by typing ypkpathway and pressing :

bjorn@bjorn-UL30A:/$ ypkpathway

It can also be started from the Anaconda Launcher if installed using conda on the Anaconda Python distribution.

Command line interface

Typical usage at the command line could look like this:

bjorn@bjorn-UL30A:/$ ypkpathway_cli pth6.txt

Where pth6.txt is a text file containing DNA sequences in FASTA or Genbank format to be assembled as described in the manual.

The ypkpathway_cli command above creates a folder with a series of IPython notebooks describing the assembly process simulated with pydna. Help is available by the -h option:

bjorn@bjorn-UL30A:/$ ypkpathway -h
Usage: ypkpathway <path> [<dir>]
       ypkpathway -h|--help
       ypkpathway -v|--version
       ypkpathway -t|--test

Arguments:
    <path>  path to data file containing sequences to be assembled

    <dir>   Directory to put generated sequence files,defaults to
            <ypk_assembly> in the current working directory.

Options:
    -h, --help      Show this screen.
    -v, --version   Show version.

Results

The ypkpathway and ypkpathway_cli both produce the same result, which is a results folder containing a selection of files. The folder will contain:

  • The sequence of the final pathway and all intermediate vectors in Genbank format

  • IPython notebooks files describing the final assembly and intermediate assemblies.

  • All PCR primers needed for the amplification of pathway components.

  • Expected diagnostic PCR product fragment lengths indicating correct and incorrect clonings.

The IPython notebook files in the results folder can be viewed with a web browser with oly IPython is installed on the computer. There are static versions of the notebook files that can be viewed with only a web browser (not eve Python is required).

Development

Ypkpathway is open source software and developen on Github GitHub tag.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

ypkpathway-0.9.1.zip (22.8 MB view hashes)

Uploaded Source

ypkpathway-0.9.1.tar.gz (22.7 MB view hashes)

Uploaded Source

Built Distribution

ypkpathway-0.9.1-py2-none-any.whl (234.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page