Skip to content

Commit

Permalink
createsubdb should not touch header file
Browse files Browse the repository at this point in the history
  • Loading branch information
sooyoung-cha committed Jan 2, 2025
1 parent 2d94c4c commit 2436244
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/createstructsubdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ if [ -e "${IN}_ca.dbtype" ]; then
|| fail "createsubdb died"
fi

if [ -e "${IN}_h.dbtype" ]; then
# shellcheck disable=SC2086
"$MMSEQS" base:createsubdb "${LIST}" "${IN}_h" "${OUT}_h" ${CREATESTRUCTSUBDB_PAR} \
|| fail "createsubdb died"
fi
# if [ -e "${IN}_h.dbtype" ]; then
# # shellcheck disable=SC2086
# "$MMSEQS" base:createsubdb "${LIST}" "${IN}_h" "${OUT}_h" ${CREATESTRUCTSUBDB_PAR} \
# || fail "createsubdb died"
# fi

if [ -e "${OUT}.sh" ]; then
rm -f -- "${OUT}.sh"
Expand Down

0 comments on commit 2436244

Please sign in to comment.