table of contents
- bullseye 14.6.20210224+dfsg-4+b1
- testing 19.0.20230216+dfsg-2
- unstable 19.0.20230216+dfsg-2+b1
- experimental 19.2.20230331+dfsg-1
NQUIRE(1) | NCBI Entrez Direct User's Manual | NQUIRE(1) |
NAME¶
nquire - query NCBI Entrez Utilities, other parameter-based web services, or FTP
SYNOPSIS¶
nquire [-help] [-ftp host dir [file]] [-get [fIURL]] [-url URL] [-lst host dir] [-eutils name] [-dwn host dir [file]] [-asp host dir [file]] [component ...] [-tag value ...] [-examples] [-version]
DESCRIPTION¶
nquire performs raw HTTP(S) queries against web services such as NCBI E-Utilities that take GET or POST parameters, or downloads or listings from FTP and Aspera servers. (Aspera support requires installing proprietary client software.)
OPTIONS¶
Documentation¶
Query Commands¶
- -ftp host dir [file]
- Use FTP instead of HTTP. The shell implementation accepts a filename on the command line only when invoked from a (pseudo)terminal, and otherwise reads filenames from standard input.
- -get [fIURL]
- Use HTTP(S) GET instead of POST.
- -url URL
- Base URL for external search.
- -lst host dir
- Lists contents of FTP site.
File Downloads¶
- -dwn host dir [file]
- Like -ftp, but saves contents to correspondingly named files in the current directory.
- -asp host dir [file]
- Like -dwn, but uses Aspera's proprietary client if installed.
- component
- Add /component to the base URL. (Must precede any tag/value pairs.)
- -tag value ...
- Add &tag=value,... to the base URL. (Must follow any simple components.)
- -examples
- Examples of advanced queries.
- -version
- Print version number.
SEE ALSO¶
curl(1), download-ncbi-data(1), edirect(1), efetch(1), efilter(1), einfo(1), elink(1), esearch(1), ftp-cp(1), ftp-ls(1), wget(1), xtract(1).
2021-03-07 | NCBI |