Skip to content

Commit

Permalink
Remove the "DOSDP GH workflow".
Browse files Browse the repository at this point in the history
In the three years since the "DOSDP GH workflow" has been added to the
custom Makefile, (1) the workflow has never been invoked once, and (2)
only one row has ever been added to the remote spreadsheet.

This is clearly not used and can be removed. If people want to maintain
the pattern table on the remote spreadsheet, they can still do so, and
manually copy the rows to the TSV file in this repo.

closes #2638
  • Loading branch information
gouttegd committed Oct 14, 2024
1 parent 2b1f171 commit dde92b7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/ontology/cl.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,22 +206,6 @@ pattern_docs: $(ALL_PATTERN_FILES)
-d $(PATTERNDIR)/data/matches/ \
-o ../../docs/patterns/

# DOSDP on Google Sheets
# FIXME: What is that exactly? Is the cellPartOfAnatomicalEntity pattern
# supposed to be maintained on GoogleDocs rather than directly in this
# repository? If so, it is weird that (1) the rule below has never been
# invoked, so we never filled the pattern table with the contents of the
# GoogleDocs sheet, and (2) as of October 2024 (3 years after the rule
# below was added) that sheet contains only ONE row.
# See <https://github.com/obophenotype/cell-ontology/issues/2638>
DOSDP_URL=https://docs.google.com/spreadsheets/d/e/2PACX-1vQpgUhGLXgSov-w4xu_7jaI-e5AS0MNLVVhd6omHBEh20UHcBbZHOM4m8lepzBPN4ErD6TjxaKRTX4A/pub?gid=0&single=true&output=tsv

.PHONY: gs_dosdp_%
gs_dosdp_%:
wget "$(DOSDP_URL)" -O ../patterns/data/default/$*.tsv

gs_dosdp: gs_dosdp_cellPartOfAnatomicalEntity


# ----------------------------------------
# DIFFS/REPORTS
Expand Down

0 comments on commit dde92b7

Please sign in to comment.