Skip to content

Commit 24d5765

Browse files
authored
Try Foldseek installation in azure-pipelines
1 parent d0f7047 commit 24d5765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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

0 commit comments

Comments
 (0)