From fa64781e3cf827e2e436ec77f54f2958137c35f2 Mon Sep 17 00:00:00 2001 From: Anushya Muruganujan Date: Thu, 19 Oct 2023 14:20:31 -0700 Subject: [PATCH] For #2093 --- scripts/Makefile-gaf-reprocess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile-gaf-reprocess b/scripts/Makefile-gaf-reprocess index bc6577364..7ccf17a1e 100644 --- a/scripts/Makefile-gaf-reprocess +++ b/scripts/Makefile-gaf-reprocess @@ -23,11 +23,11 @@ $(ROOT_PATH)/gaferencer-products/%: $(ROOT_PATH)/gaferencer-products/%.gz $(ROOT_PATH)/annotations_new/%.gaf: $(ROOT_PATH)/annotations/%.gaf $(ROOT_PATH)/gaferencer-products/all.gaferences.json mkdir -p $(ROOT_PATH)/annotations_new - ontobio-parse-assocs.py -f $< -F gaf -o $@ -I $(ROOT_PATH)/gaferencer-products/all.gaferences.json --report-md /tmp/report.md --report-json /tmp/report.json --allow_paint -l all convert --to gaf -n 2.2 + ontobio-parse-assocs.py -f $< -F gaf -o $@ -I $(ROOT_PATH)/gaferencer-products/all.gaferences.json --report-md /tmp/report.md --report-json /tmp/report.json -m $(ROOT_PATH)/metadata --allow_paint -l all convert --to gaf -n 2.2 $(ROOT_PATH)/annotations_new/%.gpad: $(ROOT_PATH)/annotations/%.gpad $(ROOT_PATH)/gaferencer-products/all.gaferences.json mkdir -p $(ROOT_PATH)/annotations_new - ontobio-parse-assocs.py -f $< -F gpad -o $@ -I $(ROOT_PATH)/gaferencer-products/all.gaferences.json --report-md /tmp/report.md --report-json /tmp/report.json --allow_paint -l all convert --to gpad + ontobio-parse-assocs.py -f $< -F gpad -o $@ -I $(ROOT_PATH)/gaferencer-products/all.gaferences.json --report-md /tmp/report.md --report-json /tmp/report.json -m $(ROOT_PATH)/metadata --allow_paint -l all convert --to gpad #################################################################################################### ### Noctua GPAD