File: control

package info (click to toggle)
libbio-asn1-entrezgene-perl 1.730-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,360 kB
  • sloc: perl: 2,272; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libbio-asn1-entrezgene-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libbio-cluster-perl <!nocheck>,
                     libbio-perl-perl <!nocheck>,
                     libtest-most-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
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
Rules-Requires-Root: no

Package: libbio-asn1-entrezgene-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbio-cluster-perl,
         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
 (<http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene>).
 .
 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.