You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ run make -j$num_cores
242
242
243
243
if [ !-d$code_dir/atlases ];then
244
244
echo_green "Downloading atlases"
245
-
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"
245
+
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"
246
246
run unzip $code_dir/atlases-dhcp-structural-pipeline-v1.zip -d $code_dir
247
247
run rm $code_dir/atlases-dhcp-structural-pipeline-v1.zip
0 commit comments