There was an error while loading. Please reload this page.
1 parent e56c505 commit 5358214Copy full SHA for 5358214
1 file changed
README.md
@@ -16,6 +16,8 @@ Spacedust can be used by downloading a [statically compiled version](https://mms
16
wget https://mmseqs.com/spacedust/spacedust-linux-sse41.tar.gz; tar xvzf spacedust-linux-sse41.tar.gz; export PATH=$(pwd)/spacedust/bin/:$PATH
17
# static macOS build (universal binary with SSE4.1/AVX2/M1 NEON)
18
wget https://mmseqs.com/spacedust/spacedust-osx-universal.tar.gz; tar xvzf spacedust-osx-universal.tar.gz; export PATH=$(pwd)/spacedust/bin/:$PATH
19
+ # Conda installer (Linux and macOS)
20
+ conda install -c conda-forge -c bioconda spacedust
21
22
Other precompiled binaries for ARM64, PPC64LE amd SSE2 are available at [https://mmseqs.com/spacedust](https://mmseqs.com/spacedust).
23
0 commit comments