Module Record
source code
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 "
|
?"
[\R] means "[
]"
This helps us have endlines be consistent across platforms.
|
Record
Hold Saf information in a format similar to the original record.
|