We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c769186 commit f828312Copy full SHA for f828312
1 file changed
backend/config.go
@@ -388,9 +388,9 @@ func (c *ConfigRoot) CheckPaths() error {
388
if _, err := os.Stat(c.Paths.FoldDisco); err != nil {
389
return errors.New("FoldDisco binary was not found at " + c.Paths.FoldDisco)
390
}
391
- if _, err := os.Stat(c.Paths.FoldseekInterface); err != nil {
392
- return errors.New("FoldseekInterface binary was not found at " + c.Paths.FoldseekInterface)
393
- }
+ // if _, err := os.Stat(c.Paths.FoldseekInterface); err != nil {
+ // return errors.New("FoldseekInterface binary was not found at " + c.Paths.FoldseekInterface)
+ // }
394
} else if _, err := os.Stat(c.Paths.Mmseqs); err != nil {
395
return errors.New("MMseqs2 binary was not found at " + c.Paths.Mmseqs)
396
0 commit comments