Skip to content

Commit

Permalink
Merge pull request #339 from berkeley-stat159/final2
Browse files Browse the repository at this point in the history
Final2
  • Loading branch information
timothy1191xa committed Dec 18, 2015
2 parents 44d10e7 + 8df1976 commit 14e976c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ analysis-except-multi:
make convolution-normal
make t-test
make glm
make correlation
make noise-pca

report:
Expand Down
1 change: 1 addition & 0 deletions data/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: download_data validate_data download_filtered_data download_test_data
download_data:
wget -P ../code/utils/scripts/ http://www.jarrodmillman.com/rcsds/_downloads/actc.txt
wget http://openfmri.s3.amazonaws.com/tarballs/ds005_raw.tgz
tar -xvzf ds005_raw.tgz
rm ds005_raw.tgz
Expand Down

0 comments on commit 14e976c

Please sign in to comment.