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 24d5765 commit 2d78303Copy full SHA for 2d78303
README.md
@@ -27,8 +27,9 @@ Input genomes are supplied as separate FASTA and GFF3 files (one genome per file
27
28
## Dependencies
29
30
-To enable structure comparison, Spacedust requires the installation of [Foldseek](https://github.com/steineggerlab/foldseek).
31
- <!-- (the binary file `/spacedust/build/bin/foldseek` should exist in the working directory). -->
+Spacedust requires [Foldseek](https://github.com/steineggerlab/foldseek) to enable structure comparison. You can either:
+1. Place the Foldseek binary in the same directory as the Spacedust binary (i.e., `/spacedust/bin/foldseek` should exist in the working directory), or
32
+2. Use the `--foldseek-path` parameter to specify a different location for the Foldseek binary.
33
34
## Running Spacedust
35
0 commit comments