Skip to main content

Design and check sets of edit metric sequence tags.

Project description

Copyright (c) 2009-2012 Brant C. Faircloth. All rights reserved.

Description

edittag is a software collection for designing sets of edit metric sequence tags, checking sequence tags for conformation to the edit metric, and integrating sequence tags to platform-specific sequencing adapters and PCR primers. edittag differs from other approaches:

  • edittag generates arbitrary lengths of edit-metric sequence tags in reasonable time frames using multiprocessing

  • edittag produces edit metric sequence tag sets conform to the edit distance selected

  • edittag used primer3 to integrate sequence tags to PCR primers

We provide several large sets of edit metric sequence tags designed using edittag in the following formats:

Documentation

You can find documentation here:

http://faircloth-lab.github.com/edittag/

Citation

Faircloth BC, Glenn TC. Large sets of edit-metric sequence identification tags to facilitate large-scale multiplexing of reads from massively parallel sequencing. http://precedings.nature.com/documents/5672/version/1

Dependencies

Availability

  • tar.gz

  • repository

Installation

easy_install

easy_install edittag

tar.gz

wget package.tar.gz
tar -xzf package.tar.gz
python setup.py install

repository

git clone git://github.com/faircloth-lab/edittag.git edittag

optional package (py-levenshtein)

wget http://pylevenshtein.googlecode.com/files/python-Levenshtein-0.10.1.tar.bz2
tar -xzvf python-Levenshtein-0.10.1.tar.bz2
python setup.py install

optional package (primer3)

If you wish to design primers incorporating edit metric sequence tags, you need to first install a modified version of primer3::

git clone git://github.com/baddna/mod-primer3.git
cd mod-primer3/src
make

Ensure that you move the binaries from mod-primer3 to a location in your path (move at least primer3-long and primer3_config into identical directories in your path).

Testing

# Testing requires numpy and nose
import edittag
edittag.test()

Using edittag

# generate some tags
% design_edit_metric_tags.py --tag-length=6 --edit-distance=3 \
    --no-polybase --gc --comp --min-and-greater --output tmp/tags.txt

# validate the 6 nucleotide, edit distance 3 tag set
% validate_edit_metric_tags.py
    --input=tmp/tags.txt
    --section='6nt ed3'
    --verbose

# add those tags to a primer set
% add_tags_to_primers.py --left-primer=GTTATGCATGAACGTAATGCTC
    --right-primer=CGCGCATGGTGGATTCACAATCC \
    --input tmp/tags.txt --section='6nt ed3'
    --sort=pair_hairpin_either,pair_penalty,cycles \
    --remove-common --keep-database \
    --output tmp/trnH_tagged_with_10_nt_ed_5_tags.csv

Project details


Download files

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

Source Distribution

edittag-1.1.tar.gz (108.1 kB view details)

Uploaded Source

File details

Details for the file edittag-1.1.tar.gz.

File metadata

  • Download URL: edittag-1.1.tar.gz
  • Upload date:
  • Size: 108.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for edittag-1.1.tar.gz
Algorithm Hash digest
SHA256 8d4b06efa50dc71ceae69958bfc080c53de4bf20de53a3cb07e3a0b6da2a14ab
MD5 b234881f573049c89ee16d8bdff5413f
BLAKE2b-256 4d9d1545494f40586784d3801fc2f223c2a55d5a7fd32fc36b08a6ffc30d249f

See more details on using hashes here.

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