File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 make -j $(nproc --all)
7171 displayName: Build Spacedust
7272 - script : |
73- wget -qO- https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz
73+ wget https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz
7474 tar xvzf foldseek-linux-avx2.tar.gz
7575 rm -f foldseek-linux-avx2.tar.gz
7676 mv -f foldseek/bin/foldseek build/src
@@ -148,7 +148,7 @@ jobs:
148148 ./lib/mmseqs/util/build_osx.sh . build spacedust
149149 displayName: Build Spacedust
150150 - script : |
151- wget -qO- https://mmseqs.com/foldseek/foldseek-osx-universal.tar.gz
151+ wget https://mmseqs.com/foldseek/foldseek-osx-universal.tar.gz
152152 tar xvzf foldseek-osx-universal.tar.gz
153153 rm -f foldseek-osx-universal.tar.gz
154154 mv -f foldseek/bin/foldseek build
You can’t perform that action at this time.
0 commit comments