Skip to content

Commit

Permalink
Adding target to fetch relation-graph. See #4. Also INCATools/ontolog…
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed May 17, 2021
1 parent 82e490f commit cfaa6f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ bin/rdftab:

RG_VERSION=1.1
bin/relation-graph:
wget https://github.com/balhoff/relation-graph/releases/download/v1.1/relation-graph-1.1.tgz && \;
relation-graph-1.1/bin/relation-graph
~/Downloads/relation-graph-1.1/bin/relation-graph
curl -L -s https://github.com/balhoff/relation-graph/releases/download/v$(RG_VERSION)/relation-graph-$(RG_VERSION).tgz | tar -zxv && mv relation-graph-$(RG_VERSION) relation-graph && (cd bin && ln -s ../relation-graph/bin/relation-graph)

# ---
# OBO Registry
Expand Down

0 comments on commit cfaa6f7

Please sign in to comment.