-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
32 lines (27 loc) · 789 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
clean:
rm -fr results
manual:
python bidsgnostic/run.py tests/data/bids-examples/ds001 results participant --cores all --manual
demo:
cd tests && \
mkdir -p results && \
bidsgnostic data/bids-examples/ds001 results participant --cores all --extension png
install_bids_examples:
git clone https://github.com/bids-standard/bids-examples.git tests/data/bids-examples
get_ds114_test1:
wget https://raw.githubusercontent.com/bids-apps/maintenance-tools/main/utils/get_data_from_osf.sh
bash get_data_from_osf.sh ds114_test1
test_ds114_test1:
mkdir -p tmp
cd tmp
bidsgnostic \
~/data/ds114_test1 \
outputs1 \
participant \
-c2 --verbose --log_level 2 \
--participant_label 01 02
bidsgnostic \
~/data/ds114_test1 \
outputs1 \
group \
-c2 --verbose --log_level 2