Skip to content

Commit

Permalink
get the target from the niak repo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion committed Aug 23, 2016
1 parent fe618c3 commit c8d33f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions commands/misc/niak_wget.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@
data.name = 'data_test_niak_nii.zip';
data.url = ['http://www.nitrc.org/frs/download.php/9120/' data.name];
case 'target_test_niak_mnc1'
data.name = [ gb_niak_target_test '.zip']
data.url = ['https://github.com/simexp/niak_target/archive/' data.name];
url_dir = ['target_test_niak_mnc1-' gb_niak_target_test]
data.name = ['target_test_niak_mnc1-' gb_niak_target_test '.zip']
#data.url = ['https://github.com/simexp/niak/releases/download/' url_dir '/' data.name];
data.url = ['https://github.com/poquirion/niak/releases/download/' url_dir '/' data.name];
case 'single_subject_cambridge_preprocessed_nii'
data.name = 'single_subject_cambridge_preprocessed_nii.zip';
data.url = 'http://www.nitrc.org/frs/download.php/6784/single_subject_cambridge_preprocessed_nii.zip';
Expand Down

0 comments on commit c8d33f4

Please sign in to comment.