@@ -96,7 +96,7 @@ var defaultFileContent = []byte(`{
9696 */
9797 // path to foldseek binary
9898 "foldseek" : "~foldseek",
99- "foldseekinterface" : "~foldseek-interface",
99+ // "foldseekinterface" : "~foldseek-interface",
100100 "foldmason" : "~foldmason",
101101 "folddisco" : "~folddisco",
102102 "foldcomp" : "~foldcomp",
@@ -197,17 +197,17 @@ type ConfigColabFoldPaths struct {
197197}
198198
199199type ConfigPaths struct {
200- Databases string `json:"databases"`
201- Results string `json:"results"`
202- Temporary string `json:"temporary"`
203- Mmseqs string `json:"mmseqs"`
204- Foldseek string `json:"foldseek"`
205- FoldseekInterface string `json:"foldseekinterface"`
206- FoldMason string `json:"foldmason"`
207- FoldDisco string `json:"folddisco"`
208- FoldComp string `json:"foldcomp"`
209- Pdb100 string `json:"pdb100"`
210- ColabFold * ConfigColabFoldPaths `json:"colabfold"`
200+ Databases string `json:"databases"`
201+ Results string `json:"results"`
202+ Temporary string `json:"temporary"`
203+ Mmseqs string `json:"mmseqs"`
204+ Foldseek string `json:"foldseek"`
205+ // FoldseekInterface string `json:"foldseekinterface"`
206+ FoldMason string `json:"foldmason"`
207+ FoldDisco string `json:"folddisco"`
208+ FoldComp string `json:"foldcomp"`
209+ Pdb100 string `json:"pdb100"`
210+ ColabFold * ConfigColabFoldPaths `json:"colabfold"`
211211}
212212
213213type ConfigRedis struct {
@@ -341,7 +341,7 @@ func ReadConfig(r io.Reader, relativeTo string) (ConfigRoot, error) {
341341 paths = append (
342342 paths ,
343343 & config .Paths .Foldseek ,
344- & config .Paths .FoldseekInterface ,
344+ // &config.Paths.FoldseekInterface,
345345 & config .Paths .FoldMason ,
346346 & config .Paths .FoldDisco ,
347347 & config .Paths .FoldComp ,
0 commit comments