Share

Entrez Gene Parser in Perl

File Release Notes and Changelog

Release Name: 1.05

Notes: added support to parse the NCBI 4/5/2005 download, which inexplicably added a useless space before ',' on all lines, broke some lines into two yet condensed others (brackets) to one line. This unfortunately slows down my parser because I have to use lookahead regexes to fix the parser for this weird new format. I also fixed a minor mistake in error reporting function


Changes: updated the parser so it can parse the NCBI 4/5/2005 download minor change/fixes to some code.