Skip to content

Commit

Permalink
typo, result2profile should not use tmp path
Browse files Browse the repository at this point in the history
  • Loading branch information
sooyoung-cha committed Jan 5, 2025
1 parent 46bb6b6 commit 457f6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/structureiterativesearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 457f6b7

Please sign in to comment.