Skip to content

Commit

Permalink
fix regression failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Woosub-Kim committed Dec 11, 2023
1 parent 206f600 commit 75cc763
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/easycomplexsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ 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}" \
"$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 Down

0 comments on commit 75cc763

Please sign in to comment.