Skip to content

Commit

Permalink
Fix multi-query output
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Apr 17, 2021
1 parent 8f24510 commit a88aa06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ func RunJob(request JobRequest, config ConfigRoot) (err error) {
"--db-output",
"--db-load-mode",
"2",
"--write-lookup",
"1",
"--format-output",
"query,target,pident,alnlen,mismatch,gapopen,qstart,qend,tstart,tend,evalue,bits,qlen,tlen,qaln,taln",
}
Expand Down

0 comments on commit a88aa06

Please sign in to comment.