diff --git a/data/makepaddeddb.sh b/data/makepaddeddb.sh index 1bb486c9..d6cce476 100644 --- a/data/makepaddeddb.sh +++ b/data/makepaddeddb.sh @@ -69,7 +69,7 @@ if [ "${CLUSEARCH_PAR}" = 0 ]; then fi else if exists "${IN}_ss.dbtype"; then - # # shellcheck disable=SC2086 + # shellcheck disable=SC2086 "$MMSEQS" lndb "${IN}_h" "${OUT}_tmp_ss_h" ${VERBOSITY} \ || fail "lndb died" @@ -183,4 +183,4 @@ fi if [ -e "${OUT}.sh" ]; then rm -f -- "${OUT}.sh" -fi \ No newline at end of file +fi