Browse Source

note git rm of dropped intermediate 1st lvl analysis steps

Christian Olaf Häusler 2 years ago
parent
commit
3d072a1a7b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -353,5 +353,7 @@ In order to limit the dataset to an appropriate size, we dropped some files that
     git annex dropunused all --force
     datalad drop --nocheck sub*/*.feat/filtered_func_data.nii.gz
     datalad drop --nocheck sub*/*.feat/stats/res4d.nii.gz
+    git rm sub-*/run-*.feat/filtered_func_data.nii.gz
+    git rm sub-*/run-*.feat/stats/res4d.nii.gz
     
 If necessary, the files can be obtained by rerunning the corresponding first level analysis.