Skip to content

Commit

Permalink
For #2210- Merged updates ffrom trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
mugitty committed Jul 16, 2024
1 parent 20fd336 commit cb97976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SUPPRESS_THESE_TAGS = $(foreach tag,$(GORULE_TAGS_TO_SUPPRESS),--suppress-rule-r
# assigns a make variable called `group` computed from the $* generic target stem.
# Ex: target/groups/fb/fb.gaf as a target, the stem ($*) is target/groups/fb/fb, so `group` gets assigned to fb
$(eval group := $(lastword $(subst /, ,$*)))
validate.py -v produce $(group) --gpad-gpi-output-version "2.0" --ttl -m $(METADATA_DIR) --target target/ --ontology $< $(DONT_VALIDATE) $(SUPPRESS_THESE_TAGS) --skip-existing-files --gaferencer-file $*.gaferences.json --base-download-url ${DOWNLOAD_URL_FOR_RELATIVE_PATHS}
validate.py -v produce $(group) --gpad-gpi-output-version "2.0" --gpad --ttl -m $(METADATA_DIR) --target target/ --ontology $< $(DONT_VALIDATE) $(SUPPRESS_THESE_TAGS) --skip-existing-files --gaferencer-file $*.gaferences.json --base-download-url ${DOWNLOAD_URL_FOR_RELATIVE_PATHS}
touch $@

# dataset
Expand Down

0 comments on commit cb97976

Please sign in to comment.