pyns.fetch_utils.install_dataset

pyns.fetch_utils.install_dataset(dataset_dir, preproc_address, no_get=False)

Install a Neuroscout dataset using DataLad.

Args:

dataset_dir (str): Path to install dataset. preproc_address (str): URL to install dataset from. no_get (bool): Whether to skip installation (i.e. dry run).

Returns:

preproc_dir (str): Path to preprocessed folder (i.e. fmriprep or preproc).