Skip to content

Commit

Permalink
Remove MPI Runner from linsearch swapresults
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Mar 12, 2019
1 parent 45b4da9 commit 6202613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/linsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ -n "$NUCL" ]; then

if notExists "${TMP_PATH}/aln.dbtype"; then
# shellcheck disable=SC2086
$RUNNER "$MMSEQS" swapresults "$TARGET" "$QUERY" "${TMP_PATH}/reverse_aln" "${TMP_PATH}/aln" ${SWAPRESULT_PAR} \
"$MMSEQS" swapresults "$TARGET" "$QUERY" "${TMP_PATH}/reverse_aln" "${TMP_PATH}/aln" ${SWAPRESULT_PAR} \
|| fail "Alignment step died"
fi

Expand All @@ -87,7 +87,7 @@ else
# 3. Local gapped sequence alignment.
if notExists "$3.dbtype"; then
# shellcheck disable=SC2086
$RUNNER "$MMSEQS" swapresults "$TARGET" "$QUERY" "${TMP_PATH}/reverse_aln" "$3" ${SWAPRESULT_PAR} \
"$MMSEQS" swapresults "$TARGET" "$QUERY" "${TMP_PATH}/reverse_aln" "$3" ${SWAPRESULT_PAR} \
|| fail "Alignment step died"
fi
fi
Expand Down

0 comments on commit 6202613

Please sign in to comment.