Skip to content

Commit

Permalink
new atlas location
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonios Makropoulos committed Sep 11, 2017
1 parent 8774943 commit 3d92c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ run make -j$num_cores

if [ ! -d $code_dir/atlases ];then
echo_green "Downloading atlases"
run $download $download_option $code_dir/atlases-dhcp-structural-pipeline-v1.zip "https://www.doc.ic.ac.uk/%7Eam411/atlases-dhcp-structural-pipeline-v1.zip"
run $download $download_option $code_dir/atlases-dhcp-structural-pipeline-v1.zip "https://biomedic.doc.ic.ac.uk/brain-development/downloads/dHCP/atlases-dhcp-structural-pipeline-v1.zip"
run unzip $code_dir/atlases-dhcp-structural-pipeline-v1.zip -d $code_dir
run rm $code_dir/atlases-dhcp-structural-pipeline-v1.zip
fi
Expand Down

0 comments on commit 3d92c74

Please sign in to comment.