Skip to content

Commit

Permalink
fix regression test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Woosub-Kim committed Dec 11, 2023
1 parent 9cc02eb commit 206f600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/easycomplexsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ if [ "$PREFMODE" != "EXHAUSTIVE" ]; then
|| fail "Expandcomplex died"
fi
if notExists "${TMP_PATH}/result_expand_aligned.dbtype"; then
echo "$MMSEQS" $COMPLEX_ALIGNMENT_ALGO "${QUERY}" "${TARGET}" "${TMP_PATH}/result_expand_pref" "${TMP_PATH}/result_expand_aligned" ${COMPLEX_ALIGN_PAR};
"$MMSEQS" $COMPLEX_ALIGNMENT_ALGO "${QUERY}" "${TARGET}" "${TMP_PATH}/result_expand_pref" "${TMP_PATH}/result_expand_aligned" ${COMPLEX_ALIGN_PAR} \
echo "$MMSEQS" $COMPLEX_ALIGNMENT_ALGO "${QUERY}" "${TARGET}" "${TMP_PATH}/result_expand_pref" "${TMP_PATH}/result_expand_aligned" "${COMPLEX_ALIGN_PAR}";
"$MMSEQS" $COMPLEX_ALIGNMENT_ALGO "${QUERY}" "${TARGET}" "${TMP_PATH}/result_expand_pref" "${TMP_PATH}/result_expand_aligned" "${COMPLEX_ALIGN_PAR}" \
|| fail "something died"
fi
RESULT="${TMP_PATH}/result_expand_aligned"
Expand All @@ -65,7 +65,7 @@ if [ -n "${REMOVE_TMP}" ]; then
# shellcheck disable=SC2086
"$MMSEQS" rmdb "${TMP_PATH}/result" ${VERBOSITY}
if [ "$PREFMODE" -ne "EXHAUSTIVE" ]; then
"$MMSEQS" rmdb "${TMP_PATH}/result_expand_aligned" ${VERBOSITY}
"$MMSEQS" rmdb "${TMP_PATH}/result_expand_aligned" "${VERBOSITY}"
fi
# shellcheck disable=SC2086
"$MMSEQS" rmdb "${TMP_PATH}/complex_result" ${VERBOSITY}
Expand Down

0 comments on commit 206f600

Please sign in to comment.