Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install seqtools

How to install seqtools

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install seqtools
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.6
0.8Never BuiltWhy not?
0.6 Available View build log
0.5 Failed View build log
Windows (64-bit)
0.6
0.8Never BuiltWhy not?
0.6 Available View build log
0.5 Failed View build log
Mac OS X (10.5+)
0.8 Available View build log
0.6 Available View build log
0.5 Failed View build log
Linux (32-bit)
0.8 Available View build log
0.6 Available View build log
0.5 Failed View build log
Linux (64-bit)
0.8 Available View build log
0.6 Available View build log
0.5 Failed View build log
 
License
http://www.opensource.org/licenses/BSD-3-Clause
Dependencies
Lastest release
version 0.8 on Apr 21st, 2013

seqtools is a set of Python libraries for manipulating sequence data and generating sequence alignments. Many of the functions and classes within are derived from the excellent galaxy-tools libraries (Blankenberg et al.), but modified to use numpy for storing quality values, etcetera. There are also functions for working with lastz and some general functions for parsing arguments and validating input.

Generally speaking, this is a utility library that we use in other programs on which we work. Thus, it's commonly a dependency of many of these packages.

Installation

seqtools requires numpy (> 1.3). After installing numpy, to install seqtools:

  • from source:

    tar -xzvf ~/your/download/location/seqtools-*.tar.gz
    python setup.py install
    
  • using easy_install:

    easy_install seqtools
    
  • using pip:

    pip install seqtools
    

Tests

While several of the functions and classes within seqtools are not (yet) fully tested, ALL of the sequence-handling classes, methods, and functions are covered by unittests.

Running the tests as below, requires python-nose. After installing python-nose, numpy, and seqtools run the tests using:

>>> from seqtools import sequence
>>> sequence.test()

Alternatively, you can run::

python setup.py test

Or, after installing numpy and seqtools you can run the tests using::

python seqtools/sequence/tests/run.py

Subscribe to package updates

Last updated Apr 21st, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.