From a6a712c1c5127858eb384039683a17732ad71368 Mon Sep 17 00:00:00 2001 From: Woosub-Kim Date: Fri, 15 Dec 2023 23:34:58 +0900 Subject: [PATCH] fix easycomplexsearch.sh wrong param --- data/easycomplexsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/easycomplexsearch.sh b/data/easycomplexsearch.sh index 26d3b6e8..b914133d 100644 --- a/data/easycomplexsearch.sh +++ b/data/easycomplexsearch.sh @@ -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