Skip to content

Commit

Permalink
Use lab mirror for STRIDE
Browse files Browse the repository at this point in the history
The canonical website for STRIDE has been down
for some time, so host our own mirror.
  • Loading branch information
benmwebb committed Jan 24, 2024
1 parent 1250cc5 commit e2ece40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ cd ${temp_dir}

# STRIDE
if [ ! -e ${bin_dir}/stride ]; then
wget http://webclu.bio.wzw.tum.de/stride/stride.tar.gz
tar -xvzf stride.tar.gz
wget https://salilab.org/stride/Stride_src.tar.Z
tar -xvzf Stride_src.tar.Z
make
mv stride ${bin_dir}/stride
fi
Expand Down

0 comments on commit e2ece40

Please sign in to comment.