NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

An alternative to this process is to If you are using Linux, you can alternatively access NBIA Data Retriever's command-line interface from CentOS or Ubuntu, which does not require the desktop environment.

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

    Code Block
    /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.

    Code Block
    /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.