Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 679 Bytes

command-line-interface.md

File metadata and controls

24 lines (15 loc) · 679 Bytes
description
Downloading and updating atlases outside of the Python API

Command line interface

Although the atlases will be downloaded when you need them, we provide a command line interface to view which atlases are available, and update them if necessary.

To see the list of atlases available, run brainglobe list

To download an atlas, use brainglobe install , the -a flag, followed by the name of the atlas, e.g.:

brainglobe install -a allen_mouse_25um

To update an atlas to a newer version, use brainglobe update, e.g.:

brainglobe update -a allen_mouse_25um

Further instructions can be found by running brainglobe --help