Skip to content

Commit

Permalink
Point Kalamari3.7v to a fixed commit #531
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger authored Feb 12, 2022
1 parent fcf5260 commit ce7bf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/workflow/databases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ case "${SELECTION}" in
"Kalamari")
if notExists "${TMP_PATH}/kalamari.tsv"; then
printf "3.7 %s\n" "$(date "+%s")" > "${TMP_PATH}/version"
downloadFile "https://raw.githubusercontent.com/lskatz/Kalamari/master/src/Kalamari_v3.7.tsv" "${TMP_PATH}/kalamari.tsv"
downloadFile "https://raw.githubusercontent.com/lskatz/Kalamari/18d71da740546ba4a5117682e1ae2a037379afe0/src/Kalamari_v3.7.tsv" "${TMP_PATH}/kalamari.tsv"
fi
ACCESSIONS=""
# shellcheck disable=SC2034
Expand Down

0 comments on commit ce7bf53

Please sign in to comment.