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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
Source: ncbi-tools6
Section: libdevel
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko@debian.org>
Build-Depends: csh | c-shell, debhelper (>= 7), dpkg-dev (>= 1.15.7), lesstif2-dev, libglu1-mesa-dev | libglu-dev, libpcre3-dev, libpng12-dev | libpng-dev, libxmu-dev
Build-Depends-Indep: icoutils, imagemagick
Standards-Version: 3.9.1
Homepage: http://www.ncbi.nlm.nih.gov/IEB/ToolBox/
Vcs-Browser: http://git.debian.org/?p=debian-med/ncbi-tools6.git
Vcs-Git: git://git.debian.org/debian-med/ncbi-tools6.git
Package: libncbi6
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}, ncbi-data (= ${source:Version})
Description: NCBI libraries for biology applications
The NCBI Software Development Toolkit was developed for the production and
distribution of GenBank, Entrez, BLAST, and related services by NCBI. It
allows you to read and write NCBI ASN.1 files, builds Blast or Entrez, etc.
Package: libncbi6-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libncbi6 (= ${binary:Version})
Provides: ncbi-tools-dev
Description: NCBI libraries for biology applications (development files)
This package is for developers or people who want to compile programs
only. In addition to development headers and libraries, it contains the
utilities asntool and errhdr.
Package: libncbi6-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, libncbi6 (= ${binary:Version})
Recommends: gdb
Description: NCBI libraries for biology applications (debugging symbols)
This package is useful to provide a backtrace with symbol names in a
debugger; this facilitates interpretation of core dumps, and aids in finding
logic errors in programs using the libraries in this package (or the
libraries themselves).
.
Non-programmers will likely have little use for this package. See the
libncbi6 package for more information.
Package: ncbi-data
Architecture: all
Section: libs
Depends: ${misc:Depends}
Description: Platform-independent data for the NCBI toolkit
This package contains support files needed by the NCBI toolkit on all
platforms.
Package: ncbi-rrna-data
Architecture: all
Section: science
Depends: ${misc:Depends}, ncbi-data
Replaces: ncbi-data (= 6.1.20081116a-1)
Recommends: blast2
Description: large rRNA BLAST databases distributed with the NCBI toolkit
This package contains some ribosomal RNA BLAST databases distributed
as part of the NCBI C Toolkit that are too large and specialized to
include in ncbi-data. Specifically, it contains the databases
Combined16SrRNA_2-12-2008, LSURef_93.fasta, and SSURef_93.fasta,
along with an alias file to facilitate searching all three of them in
conjunction with the 16SCore database included in ncbi-data.
Package: ncbi-tools-bin
Architecture: any
Section: science
Depends: ${misc:Depends}, ${shlibs:Depends}, libncbi6 (>= ${source:Upstream-Version}), libncbi6 (<< ${source:Upstream-Version}.1)
Suggests: blast2, ncbi-tools-x11, libvibrant6a
Description: NCBI libraries for biology applications (text-based utilities)
This package includes various utilities distributed with the NCBI C SDK.
None of the programs in this package require X; you can find the X-based
utilities in the ncbi-tools-x11 package. BLAST and related tools are
in a separate package (blast2).
Package: ncbi-tools-x11
Architecture: any
Section: science
Depends: ${misc:Depends}, ${shlibs:Depends}, libncbi6 (>= ${source:Upstream-Version}), libncbi6 (<< ${source:Upstream-Version}.1), libvibrant6a (>= ${source:Upstream-Version}), libvibrant6a (<< ${source:Upstream-Version}.1)
Suggests: blast2, ncbi-tools-bin
Description: NCBI libraries for biology applications (X-based utilities)
This package includes some X-based utilities distributed with the
NCBI C SDK: Cn3D, Network Entrez, Sequin, ddv, and udv. These
programs are not part of ncbi-tools-bin because they depend on
several additional library packages.
Package: blast2
Architecture: any
Section: science
Depends: ${misc:Depends}, ${shlibs:Depends}, libncbi6 (>= ${source:Upstream-Version}), libncbi6 (<< ${source:Upstream-Version}.1)
Suggests: ncbi-rrna-data, ncbi-tools-bin, ncbi-tools-x11, libvibrant6a
Homepage: http://www.ncbi.nih.gov/BLAST/
Description: Basic Local Alignment Search Tool
The famous sequence alignment program. This is "official" NCBI version,
#2. The blastall executable allows you to give a nucleotide or protein
sequence to the program. It is compared against databases and a summary of
matches is returned to the user.
.
Note that databases are not included in Debian; they must be retrieved
manually.
Package: libvibrant6a
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}, libncbi6 (>= ${source:Upstream-Version}), libncbi6 (<< ${source:Upstream-Version}.1)
Description: NCBI libraries for graphic biology applications
This is the library for those who just want to run Vibrant applications.
It also includes a wrapper (vibrate) that allows many NCBI applications to
provide a GUI for selecting options.
Package: libvibrant6-dev
Architecture: any
Depends: ${misc:Depends}, libvibrant6a (= ${binary:Version}), libncbi6-dev (= ${binary:Version}), lesstif2-dev, libxmu-dev, libglu1-mesa-dev | libglu-dev
Description: NCBI libraries for graphic biology applications (development files)
Vibrant allows you to develop portable (Motif, MS-Windows, Mac-OS) graphic
biological applications.
Package: libvibrant6a-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, libvibrant6a (= ${binary:Version})
Recommends: gdb
Suggests: libncbi6-dbg (= ${binary:Version})
Description: NCBI libraries for graphic biology applications (unstripped)
This package is useful to provide a backtrace with symbol names in a
debugger; this facilitates interpretation of core dumps, and aids in finding
logic errors in programs using the libraries in this package (or the
libraries themselves).
.
Non-programmers will likely have little use for this package. See the
libvibrant6a package for more information.
|