Table of Contents

Module: Record Bio/Saf/Record.py

Martel based parser to read SAF formatted files.

This is a huge regular regular expression for Saf, built using the regular expressiona on steroids capabilities of Martel.

#http://www.embl-heidelberg.de/predictprotein/Dexa/optin_safDes.html

Notes: Just so I remember -- the new end of line syntax is: New regexp syntax - \R \R means "\n|\r\n?" [\R] means "[\n\r]"

This helps us have endlines be consistent across platforms.

Imported modules   
from Bio.Align.Generic import Alignment
import Bio.Alphabet
from Bio.Seq import Seq
import string
Functions   
out_sequence
  out_sequence 
out_sequence ( seq )

Classes   
Record

Hold Saf information in a format similar to the original record.


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:20 2002 by HappyDoc version 2.0.1