LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

einfo

NCBI Entrez database information tool

TLDR

Print all database names
$ einfo -dbs
copy
Print all information of a database in XML format
$ einfo -db [protein]
copy
Print all fields of a database
$ einfo -db [nuccore] -fields
copy
Print all links of a database
$ einfo -db [protein] -links
copy

SYNOPSIS

einfo [options]

DESCRIPTION

einfo provides information about NCBI Entrez databases. It shows the number of records indexed in each field, last update dates, and available cross-database links.Part of the NCBI EDirect utilities for programmatic access to biological databases.

PARAMETERS

-dbs

List all database names.
-db database
Specify database to query.
-fields
Show available search fields for the database.
-links
Show available cross-database links.
-help
Print usage information.
-email address
E-mail address to send with requests.

INSTALL

sudo apt install epub-utils
copy
sudo dnf install ebook-tools
copy
sudo pacman -S ebook-tools
copy
sudo apk add ebook-tools
copy
sudo zypper install ebook-tools
copy
brew install ebook-tools
copy

CAVEATS

Part of the edirect package from NCBI. Requires internet connection. Output is in XML format by default.

SEE ALSO

esearch(1), elink(1)

Copied to clipboard
Kai