Skip to content

Commit

Permalink
fix easycomplexsearch.sh wrong param
Browse files Browse the repository at this point in the history
  • Loading branch information
Woosub-Kim committed Dec 15, 2023
1 parent 799d42c commit a6a712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/easycomplexsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

if notExists "${TMP_PATH}/complex_result.dbtype"; then
# shellcheck disable=SC2086
"$MMSEQS" complexsearch "${QUERY}" "${TARGET}" "${TMP_PATH}/complex_result" "${TMP_PATH}/complexsearch_tmp" ${SCORECOMPLEX_PAR} \
"$MMSEQS" complexsearch "${QUERY}" "${TARGET}" "${TMP_PATH}/complex_result" "${TMP_PATH}/complexsearch_tmp" ${COMPLEXSEARCH_PAR} \
|| fail "ComplexSearch died"
fi

Expand Down

0 comments on commit a6a712c

Please sign in to comment.