Skip to content

Commit

Permalink
Always add chain name to Foldseek jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Feb 19, 2025
1 parent 02a91ee commit 96c03dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ mv -f -- "${BASE}/query.lookup_tmp" "${BASE}/query.lookup"
filepath.Join(resultBase, "tmp"+strconv.Itoa(index)),
// "--shuffle",
// "0",
"--chain-name-mode",
"1",
"--alignment-type",
mode,
"--db-output",
Expand Down Expand Up @@ -555,6 +557,8 @@ mv -f -- "${BASE}/query.lookup_tmp" "${BASE}/query.lookup"
filepath.Join(resultBase, "tmp"+strconv.Itoa(index)),
// "--shuffle",
// "0",
"--chain-name-mode",
"1",
"--alignment-type",
mode,
"--db-output",
Expand Down

0 comments on commit 96c03dd

Please sign in to comment.