File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ clean :
2+ rm -rf dummyData/derivatives/cpp_spm-preproc/sub-*
3+ rm -rf dummyData/derivatives/cpp_spm-stats/sub-*
4+ rm -rf dummyData/cpp_spm-raw/sub-*
5+ rm -rf dummyData/derivatives/cpp_spm-stats/group
6+ rm -rf dummyData/derivatives/cpp_spm-* /jobs
7+ rm -rf bids-examples
8+ mkdir bids-examples && touch bids-examples/.gitkeep
9+
10+ data :
11+ sh createDummyDataSet.sh
12+ rm -f bids-examples/.gitkeep
13+ git clone https://github.com/bids-standard/bids-examples.git --depth 1
14+ cp bids-examples/synthetic/dataset_description.json bids-examples/synthetic/derivatives/fmriprep
15+
16+ clean_openneuro :
17+ rm -rf openneuro/*
18+
19+ openneuro/ds001168/sub-01/ses-2/anat :
20+ mkdir openneuro -p
21+ datalad clone https://github.com/OpenNeuroDatasets/ds001168.git openneuro/ds001168
22+ cd openneuro/ds001168 && datalad get sub-01/ses-1/anat/* sub-01/ses-* /func/* fullbrain*
You can’t perform that action at this time.
0 commit comments