From 457f6b7ad9f579d7e5c418085fbaa801dd05d0ae Mon Sep 17 00:00:00 2001 From: SooyoungCha Date: Sun, 5 Jan 2025 16:43:38 +0900 Subject: [PATCH] typo, result2profile should not use tmp path --- data/structureiterativesearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/structureiterativesearch.sh b/data/structureiterativesearch.sh index c4918ee7..8588ff76 100644 --- a/data/structureiterativesearch.sh +++ b/data/structureiterativesearch.sh @@ -85,7 +85,7 @@ while [ "$STEP" -lt "$NUM_IT" ]; do if [ $STEP -ne $((NUM_IT - 1)) ]; then if notExists "$TMP_PATH/profile_${STEP}.dbtype"; then # shellcheck disable=SC2086 - $RUNNER "$MMSEQS" result2profile "${QUERYDB}" "${TARGET_ALIGNMENT}${INDEXEXT}" "$TMP_PATH/aln_${STEP}" "$TMP_PATH/profile_${STEP}" "${TMP_PATH}" ${PROFILE_PAR} \ + $RUNNER "$MMSEQS" result2profile "${QUERYDB}" "${TARGET_ALIGNMENT}${INDEXEXT}" "$TMP_PATH/aln_${STEP}" "$TMP_PATH/profile_${STEP}" ${PROFILE_PAR} \ || fail "Create profile died" fi fi