Skip to content

Commit

Permalink
makefile: add rule to pull gbtoolsid
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Vivace committed May 30, 2024
1 parent 7257fcd commit b4db50d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4db50d

Please sign in to comment.