From 2fd00d3e80ae0163c7c2c8401bb21e53432611f2 Mon Sep 17 00:00:00 2001 From: shotgunosine Date: Tue, 2 Oct 2018 11:58:10 -0400 Subject: [PATCH 1/2] FIX get anatomicals --- notebooks/introduction_dataset.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/introduction_dataset.ipynb b/notebooks/introduction_dataset.ipynb index 534895b..f14aeb7 100644 --- a/notebooks/introduction_dataset.ipynb +++ b/notebooks/introduction_dataset.ipynb @@ -69,6 +69,7 @@ "%%bash\n", "cd /data/ds000114\n", "datalad get -J 4 /data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz \\\n", + " /data/ds000114/sub-*/ses-test/anat/* \\\n", " /data/ds000114/sub-*/ses-test/func/*fingerfootlips*" ] }, From 6f03df640723cc41ccd863b7260ae03c2017d6b4 Mon Sep 17 00:00:00 2001 From: shotgunosine Date: Wed, 3 Oct 2018 08:32:41 -0400 Subject: [PATCH 2/2] FIX Only download subject 1's anat --- notebooks/introduction_dataset.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/introduction_dataset.ipynb b/notebooks/introduction_dataset.ipynb index f14aeb7..3ed4cbb 100644 --- a/notebooks/introduction_dataset.ipynb +++ b/notebooks/introduction_dataset.ipynb @@ -69,7 +69,7 @@ "%%bash\n", "cd /data/ds000114\n", "datalad get -J 4 /data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz \\\n", - " /data/ds000114/sub-*/ses-test/anat/* \\\n", + " /data/ds000114/sub-01/ses-test/anat \\\n", " /data/ds000114/sub-*/ses-test/func/*fingerfootlips*" ] },