Skip to content

Commit

Permalink
Updated download links
Browse files Browse the repository at this point in the history
  • Loading branch information
amjjbonvin committed Jul 4, 2018
1 parent aeb6e7b commit 881c6af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions runs/download-run-data-full.csh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ set found=`which wget |grep -v found |wc -l`
goto exit
else
set cmd=`which curl`
$cmd -L https://surfdrive.surf.nl/files/index.php/s/Z3WbAyPbmPYdsnj/download > T70-dimer-full.tgz
$cmd -L https://surfdrive.surf.nl/files/index.php/s/eqRroFUHUYkXJGB/download > T70-tetramer-full.tgz
$cmd -L https://surfdrive.surf.nl/files/index.php/s/b7qEcpzOPQfvXif/download > T70-dimer-full.tgz
$cmd -L https://surfdrive.surf.nl/files/index.php/s/T9HOh5lAWgtO3nD/download > T70-tetramer-full.tgz
endif
else
set cmd=`which wget`
$cmd https://surfdrive.surf.nl/files/index.php/s/Z3WbAyPbmPYdsnj/download -O T70-dimer-full.tgz
$cmd https://surfdrive.surf.nl/files/index.php/s/eqRroFUHUYkXJGB/download -O T70-tetramer-full.tgz
$cmd https://surfdrive.surf.nl/files/index.php/s/b7qEcpzOPQfvXif/download -O T70-dimer-full.tgz
$cmd https://surfdrive.surf.nl/files/index.php/s/T9HOh5lAWgtO3nD/download -O T70-tetramer-full.tgz
endif
endif

Expand Down
8 changes: 4 additions & 4 deletions runs/download-run-data.csh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ set found=`which wget |grep -v found |wc -l`
goto exit
else
set cmd=`which curl`
$cmd -L https://surfdrive.surf.nl/files/index.php/s/44nlD8kZUEIVdO3/download > T70-dimer.tgz
$cmd -L https://surfdrive.surf.nl/files/index.php/s/jEZRXR7PFt6sJDM/download > T70-tetramer.tgz
$cmd -L https://surfdrive.surf.nl/files/index.php/s/1RSEiHK80uIL30l/download > T70-dimer.tgz
$cmd -L https://surfdrive.surf.nl/files/index.php/s/rGOGKnVwF8wjjU1/download > T70-tetramer.tgz
endif
else
set cmd=`which wget`
$cmd https://surfdrive.surf.nl/files/index.php/s/44nlD8kZUEIVdO3/download -O T70-dimer.tgz
$cmd https://surfdrive.surf.nl/files/index.php/s/jEZRXR7PFt6sJDM/download -O T70-tetramer.tgz
$cmd https://surfdrive.surf.nl/files/index.php/s/1RSEiHK80uIL30l/download -O T70-dimer.tgz
$cmd https://surfdrive.surf.nl/files/index.php/s/rGOGKnVwF8wjjU1/download -O T70-tetramer.tgz
endif
endif

Expand Down

0 comments on commit 881c6af

Please sign in to comment.