Skip to content

Commit f982b49

Browse files
committed
Added temporary binary for foldseek interface
1 parent 3417cab commit f982b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN mkdir binaries; \
6666
fi; \
6767
done; \
6868
else \
69-
for i in mmseqs foldseek foldmason folddisco foldcomp foldseekinterface; do \
69+
for i in mmseqs foldseek foldmason folddisco foldcomp; do \
7070
for j in sse2 sse41 avx2 x86_64; do \
7171
if [ -e "${i}-linux-${j}.tar.gz" ]; then \
7272
cat ${i}-linux-${j}.tar.gz | tar -xzvf- ${i}/bin/${i}; \

0 commit comments

Comments
 (0)