forked from BrkRaw/brkraw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
21 lines (16 loc) · 799 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
clean:
rm -rf tests/tutorials
tests/tutorials:
git clone https://github.com/BrkRaw/tutorials.git tests/tutorials
tests/tutorials/SampleData/20190724_114946_BRKRAW_1_1: tests/tutorials
unzip -uq tests/tutorials/SampleData/20190724_114946_BRKRAW_1_1.zip -d tests/tutorials/SampleData/
tests/tutorials/bids_map.csv: tests/tutorials/SampleData/20190724_114946_BRKRAW_1_1
brkraw bids_helper tests/tutorials/SampleData/20190724_114946_BRKRAW_1_1 \
tests/tutorials/bids_map
tests/tutorials/raw: tests/tutorials/bids_map.csv
brkraw bids_convert tests/tutorials/SampleData/20190724_114946_BRKRAW_1_1 \
tests/tutorials/bids_map.csv \
--output tests/tutorials/raw
demo: tests/tutorials
brkraw info tests/tutorials/SampleData/20190724_114946_BRKRAW_1_1.zip
make tests/tutorials/raw