summaryrefslogtreecommitdiff
path: root/debian/control
blob: cf76ef59cdd503ea99e408dbf2f8cb9c779b9b07 (plain)
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
Source: ncbi-entrez-direct
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10~),
               golang-any (>= 2:1.8~2~) | golang-1.8-go,
               golang-golang-x-text-dev
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ncbi-entrez-direct.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/ncbi-entrez-direct.git
Homepage: http://www.ncbi.nlm.nih.gov/books/NBK179288

Package: ncbi-entrez-direct
Architecture: any
Multi-Arch: foreign
Depends: libwww-perl,
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: NCBI Entrez utilities on the command line
 Entrez Direct (EDirect) is an advanced method for accessing NCBI's set
 of interconnected databases (publication, sequence, structure, gene,
 variation, expression, etc.) from a terminal window or script.
 Functions take search terms from command-line arguments.  Individual
 operations are combined to build multi-step queries.  Record retrieval
 and formatting normally complete the process.
 .
 EDirect also provides an argument-driven function that simplifies the
 extraction of data from document summaries or other results that are
 returned in structured XML format.  This can eliminate the need for
 writing custom software to answer ad hoc questions.  Queries can move
 seamlessly between EDirect commands and UNIX utilities or scripts to
 perform actions that cannot be accomplished entirely within Entrez.