We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f7047 commit 24d5765Copy full SHA for 24d5765
azure-pipelines.yml
@@ -70,7 +70,7 @@ jobs:
70
make -j $(nproc --all)
71
displayName: Build Spacedust
72
- script: |
73
- wget -qO- https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz
+ wget https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz
74
tar xvzf foldseek-linux-avx2.tar.gz
75
rm -f foldseek-linux-avx2.tar.gz
76
mv -f foldseek/bin/foldseek build/src
@@ -148,7 +148,7 @@ jobs:
148
./lib/mmseqs/util/build_osx.sh . build spacedust
149
150
151
- wget -qO- https://mmseqs.com/foldseek/foldseek-osx-universal.tar.gz
+ wget https://mmseqs.com/foldseek/foldseek-osx-universal.tar.gz
152
tar xvzf foldseek-osx-universal.tar.gz
153
rm -f foldseek-osx-universal.tar.gz
154
mv -f foldseek/bin/foldseek build
0 commit comments