From b4db50de8e9d662953b4e99486d06641ca6b292b Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Fri, 31 May 2024 00:45:29 +0200 Subject: [PATCH] makefile: add rule to pull gbtoolsid --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index dc1b5a3..a248ada 100644 --- a/Makefile +++ b/Makefile @@ -22,3 +22,6 @@ init-db: shell: docker exec -it hh_api bash + +prepare-gbtid: + cd scripts && wget https://github.com/bbbbbr/gbtoolsid/releases/download/v1.5.0/gbtoolsid_linux.zip && unzip gbtoolsid_linux.zip \ No newline at end of file