Skip to content

Commit

Permalink
fix path to python script
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Feb 22, 2024
1 parent cb5a695 commit 8d0781b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ontology/vccf.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(TMPDIR)/vessel.csv:
wget $(VESSEL_CSV) -O $@

$(PATTERNDIR)/data/default/vessel.tsv $(TEMPLATEDIR)/vessel_relation.tsv: $(TMPDIR)/vessel.csv
python $(SCRIPTSDIR)/etl/vessel_ETL.py --input $< --pattern $@ --template $(TEMPLATEDIR)/vessel_relation.tsv
cd .. && python script/etl/vessel_ETL.py --input $< --pattern $@ --template $(TEMPLATEDIR)/vessel_relation.tsv

update_vessel_data: $(PATTERNDIR)/data/default/vessel.tsv

Expand All @@ -19,7 +19,7 @@ $(TMPDIR)/vessel_organ_crosswalk.csv:
wget $(VESSEL_ORGAN_CROSSWALK) -O $@

$(TEMPLATEDIR)/vessel_organ_crosswalk.tsv: $(TMPDIR)/vessel_organ_crosswalk.csv
python $(SCRIPTSDIR)/etl/vessel_organ_crosswalk_ETL.py --input $< --template $@ --vessels $(PATTERNDIR)/data/default/vessel.tsv
cd .. & python script/etl/vessel_organ_crosswalk_ETL.py --input $< --template $@ --vessels $(PATTERNDIR)/data/default/vessel.tsv

.PHONY: update_vessel_organ_crosswalk
update_vessel_organ_crosswalk: $(TEMPLATEDIR)/vessel_organ_crosswalk.tsv
Expand Down

0 comments on commit 8d0781b

Please sign in to comment.