Skip to content

Commit

Permalink
Merge pull request #2938 from obophenotype/fix-pipeline-release
Browse files Browse the repository at this point in the history
Update links on Allen bridge
  • Loading branch information
anitacaron committed Jun 27, 2023
2 parents 38ffe06 + 00feeb8 commit afbc874
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ontology/uberon.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1732,15 +1732,15 @@ ALLENS = dmba hba dhba pba mba

allen_all: $(patsubst %,$(TMPDIR)/allen-%.obo,$(ALLENS))
$(TMPDIR)/allen-dmba.json: | $(TMPDIR)
wget http://api.brain-map.org/api/v2/structure_graph_download/17.json -O $@
wget https://api.brain-map.org/api/v2/structure_graph_download/17.json -O $@
$(TMPDIR)/allen-hba.json: | $(TMPDIR)
wget http://api.brain-map.org/api/v2/structure_graph_download/10.json -O $@
wget https://api.brain-map.org/api/v2/structure_graph_download/10.json -O $@
$(TMPDIR)/allen-dhba.json: | $(TMPDIR)
wget http://api.brain-map.org/api/v2/structure_graph_download/16.json -O $@
wget https://api.brain-map.org/api/v2/structure_graph_download/16.json -O $@
$(TMPDIR)/allen-pba.json: | $(TMPDIR)
wget http://api.brain-map.org/api/v2/structure_graph_download/8.json -O $@
wget https://api.brain-map.org/api/v2/structure_graph_download/8.json -O $@
$(TMPDIR)/allen-mba.json: | $(TMPDIR)
wget http://api.brain-map.org/api/v2/structure_graph_download/1.json -O $@
wget https://api.brain-map.org/api/v2/structure_graph_download/1.json -O $@

$(TMPDIR)/allen-%.obo: $(TMPDIR)/allen-%.json $(SCRIPTSDIR)/allen-json2obo.pl
$(SCRIPTSDIR)/allen-json2obo.pl $< > $@
Expand Down

0 comments on commit afbc874

Please sign in to comment.