Skip to content

Commit 0570e38

Browse files
committed
add makefile in test folder
1 parent 51194ce commit 0570e38

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

tests/Makefile

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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*

0 commit comments

Comments
 (0)