Download Data

Two ways to download (see bottom of page for both):

  1. Bash script. Check boxes to dynamically generate a download script.
  2. Python package. See installation instructions at this GitHub repo.
0 datasets, 0 files

☑️ Check the box next to the files to generate a download script at the bottom of the page.

(1) Dynamically-generated bash script

#!/bin/bash
# No files selected
echo "Please select files to download"

(2) Python package

import mosaic

#example usage to download all BOLD5000 subject files
dataset = mosaic.load(
    name="bold5000", 
    subject_id="all",
)