Skip to content

Commit a27d5ef

Browse files
committed
Remove invalid createtsv parameter
1 parent 51bc009 commit a27d5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ if [ "${TAXONOMY}" = "1" ] && [ -e "${DB1}_taxonomy" ]; then
875875
fi
876876
if [ "${TAXONOMYREPORT}" = "1" ] && [ -e "${DB1}_taxonomy" ]; then
877877
"${MMSEQS}" taxonomyreport "${DB1}.idx" "${BASE}/res_exp_realign_filter" "${BASE}/res_exp_realign_taxreport" --report-mode 3
878-
"${MMSEQS}" createtsv "${BASE}/qdb" "${BASE}/res_exp_realign_taxreport" "${BASE}/uniref_taxreport.tsv" --db-load-mode 2
878+
"${MMSEQS}" createtsv "${BASE}/qdb" "${BASE}/res_exp_realign_taxreport" "${BASE}/uniref_taxreport.tsv"
879879
"${MMSEQS}" rmdb "${BASE}/res_exp_realign_taxreport"
880880
fi
881881
"${MMSEQS}" rmdb "${BASE}/res_exp_realign_filter"

0 commit comments

Comments
 (0)