Skip to content

Commit ce7bf53

Browse files
Point Kalamari3.7v to a fixed commit #531
1 parent fcf5260 commit ce7bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/workflow/databases.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ case "${SELECTION}" in
257257
"Kalamari")
258258
if notExists "${TMP_PATH}/kalamari.tsv"; then
259259
printf "3.7 %s\n" "$(date "+%s")" > "${TMP_PATH}/version"
260-
downloadFile "https://raw.githubusercontent.com/lskatz/Kalamari/master/src/Kalamari_v3.7.tsv" "${TMP_PATH}/kalamari.tsv"
260+
downloadFile "https://raw.githubusercontent.com/lskatz/Kalamari/18d71da740546ba4a5117682e1ae2a037379afe0/src/Kalamari_v3.7.tsv" "${TMP_PATH}/kalamari.tsv"
261261
fi
262262
ACCESSIONS=""
263263
# shellcheck disable=SC2034

0 commit comments

Comments
 (0)