Table of Contents

Module: nbrf_format Bio/NBRF/nbrf_format.py

Martel based parser to read NBRF formatted files.

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

http://www-nbrf.georgetown.edu/pirwww/pirhome.shtml

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.NBRF.ValSeq import valid_sequence_dict
import Martel
from Martel import RecordReader, Str, AnyEol, ToEol, Group, Alt, Rep, Rep1, Any, AnyBut
import string

Table of Contents

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