NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The NBIA Data Retriever is a software product you can download and install so that you can download radiology images from from the TCIA Radiology Portal

If you are using Linux, you can alternatively access NBIA Data Retriever's command-line interface, which does not require the desktop environment.

  • To run the NBIA Data Retriever on CentOS, note the following sample command.

    /opt/NBIADataRetriever/NBIADataRetriever --cli <location>/<manifest file name>.tcia -d <parent location>/<download directory> -l <location>/<credential file> -v –f
  • To run the NBIA Data Retriever on Ubuntu, note the following sample command.

    /opt/NBIADataRetriever/nbia-data-retriever --cli <location>/<manifest file name>.tcia -d <parent location>/<download directory> -l <location>/<credential file> -v –f


The available options for command line interface are described in the following table.

OptionDescription
-c, -C, --cli, --CLIIndicates running as a CLI app
-u, -U <user name>Optional
-p, -P <password>Optional
-l <credential file>Optional
-d, -D < download directory>Optional. Default to be the current directory
-v, -VVerbose. Default to be false.
-q, -QQuiet. Default to be false
-f, -FForce to download the series the user has access. Default to be false.
  • No labels