Source: libbio-asn1-entrezgene-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libbio-perl-perl Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbio-asn1-entrezgene-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbio-asn1-entrezgene-perl.git Homepage: https://metacpan.org/release/Bio-ASN1-EntrezGene Package: libbio-asn1-entrezgene-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libbio-perl-perl Description: parser for NCBI Entrez Gene and NCBI Sequence records Bio::ASN1::EntrezGene and Bio::ASN1::Sequence are regular expression-based parsers for NCBI Entrez Gene genome databases (). . They parse ASN.1-formatted Entrez Gene records and NCBI sequences, returning data structures that contain all data items from the gene records or the sequence records. . The parser will report error & line number if input data does not conform to the NCBI Entrez Gene genome or NCBI Sequence annotation file format. . Bio::ASN1::Sequence is basically a modified version of the high-performance Bio::ASN1::EntrezGene parser. However this standalone module exists since it is more efficient to keep Sequence-specific code out of EntrezGene.pm.