Skip to content

Commit

Permalink
Merge pull request #314 from soazig/soazig-master
Browse files Browse the repository at this point in the history
download the filtered data even if you have them locally
  • Loading branch information
soazig committed Dec 16, 2015
2 parents 1376ae0 + 58acda6 commit ed64d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/filtered_data_sh_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
txt_out = []
for s in subject_list:
for r in run_list:
start = 'wget -N -P ' + data_path
start = 'wget -P ' + data_path
location = project_id + '/sub'+ s.zfill(3)\
+'/model/model001/task001_run%s.feat/'%(r.zfill(3))
link = base_url + location + file_name
Expand Down

0 comments on commit ed64d2c

Please sign in to comment.