Module: ecell_format | Bio/ECell/ecell_format.py | ||
---|---|---|---|
Martel based parser to read ECell formatted files. This is a huge regular regular expression for ECell, built using
the http://www.bioinformatics.org/ecell2/ 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.
|