-
Added feature over V1.08 includes:
Added parser/indexer for NCBI's ASN.1-formatted
sequence files (like Genbank records).
Updated test, example scripts and documentation
Minor fix on parse_entrez_gene_example.pl
Added code to deal with CCDS xref and Hugo symbol (under
gene properties! unlike before) in...
2005-04-29 20:01:06 UTC in Entrez Gene Parser in Perl
-
Added a fast indexer (This indexer indexes human file in 21 seconds on one Xeon 2.4 GHz CPU).
Added test scripts
Minor bug fixes
Added new convenient methods (rawdata() and fh())
Now file handles are accepted too (by new() and fh(). new() also now accept '-file', '-fh', 'fh' in addition to 'file')
Updated documentation.
2005-04-14 20:31:01 UTC in Entrez Gene Parser in Perl
-
Version 1.05 is released in response to the new NCBI Entrez Gene download file. NCBI introduced some changes to the file format that broke earlier versions of my parsers.
This version 1.05 works for both the new NCBI format and the previous NCBI format, so it is recommended that you download this version. Note that, however, this version is about 30% slower than version 1.04 due to the...
2005-04-05 17:30:22 UTC in Entrez Gene Parser in Perl
-
mingyiliu registered the Entrez Gene Parser in Perl project.
2005-03-10 21:03:10 UTC in Entrez Gene Parser in Perl