BlastAlignments.py - tools for working with alignments

Author:Andreas Heger
Release:$Id$
Date:December 09, 2013
Tags:Python

Code

class BlastAlignments.Map

a blast alignment.

MapRange(query_token, query_from, query_to)

map something.

GetClone()

get copy of self.

BlastAlignments.ReadMap(file, multiple=False)

read a map from a file.

If multiple is true, return a list of mappings.

a simple iterator over all entries in a file.

Table Of Contents

Previous topic

<no title>

Next topic

Experiment.py - Tools for scripts

This Page