Skip to content

Commit

Permalink
Fix dytype of match_swap from cluster to aln to pass checks in majori…
Browse files Browse the repository at this point in the history
…tylca
  • Loading branch information
RuoshiZhang committed Feb 17, 2021
1 parent a0d1c28 commit c67c5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/predictmatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if [ -e "${QUERY}_set_mapping" ]; then
# shellcheck disable=SC2086
"${MMSEQS}" swapdb "${TMP_PATH}/match_tax" "${TMP_PATH}/match_swap" ${THREADS_PAR} \
|| fail "swapdb failed"
awk 'BEGIN { printf("%c%c%c%c",6,0,0,0); exit; }' > "${TMP_PATH}/match_swap.dbtype"
awk 'BEGIN { printf("%c%c%c%c",5,0,0,0); exit; }' > "${TMP_PATH}/match_swap.dbtype"
fi

if notExists "${TMP_PATH}/lca_per_targetset.index"; then
Expand Down

0 comments on commit c67c5c5

Please sign in to comment.