Skip to content

Commit

Permalink
added completion message to data download script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonDaks committed Dec 14, 2015
1 parent cff6a32 commit e10a370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
data:
for i in 1 2; do \
for i in 1 2 3 5 6; do \
for j in 1 2 3 4 5 6 7 8; do \
wget -O 'raw/sub'$$i'_run'$$j'_raw.nii.gz' https://nipy.bic.berkeley.edu/rcsds/ds113/sub00$$i/BOLD/task001_run00$$j/bold_dico_dico7Tad2grpbold7Tad_nl.nii.gz ;\
done \
done
gzip -d raw/*.gz
echo 'DATA DOWNLOAD COMPLETE: run "make validate" to verify data integrity'

validate:
python data.py
Expand Down

0 comments on commit e10a370

Please sign in to comment.