Module: intelligenetics_format | Bio/IntelliGenetics/intelligenetics_format.py | ||
---|---|---|---|
Martel based parser to read Kabat formatted files. This is a huge regular regular expression for IntelliGenetics, built using
the http://hiv-web.lanl.gov/ALIGN_97/HIV12SIV-index.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.
|