Skip to content

Commit

Permalink
Merge pull request #1829 from FlyBase/release_2024-04-25
Browse files Browse the repository at this point in the history
Release 2024-04-25
  • Loading branch information
Clare72 committed Apr 25, 2024
2 parents 9a7f1f8 + d3760db commit b257380
Show file tree
Hide file tree
Showing 32 changed files with 483,778 additions and 211,672 deletions.
56,589 changes: 36,237 additions & 20,352 deletions fbbt.obo

Large diffs are not rendered by default.

884 changes: 447 additions & 437 deletions fbbt.sssom.tsv

Large diffs are not rendered by default.

41,417 changes: 28,259 additions & 13,158 deletions fly_anatomy.obo

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# More information: https://github.com/INCATools/ontology-development-kit/

# Fingerprint of the configuration file when this Makefile was last generated
CONFIG_HASH= cad12ac59a379f848bdab6edaad40bac1ad8fe6828fa3890c620bcf50aa045a6
CONFIG_HASH= bd7b3de4c5406c63b113ab1c6f60664b9af8bf0a6c645ee88fcca884bc0a7c03


# ----------------------------------------
Expand Down Expand Up @@ -53,7 +53,7 @@ OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
VERSION= $(TODAY)
ANNOTATE_ONTOLOGY_VERSION = annotate -V $(ONTBASE)/releases/$(VERSION)/$@ --annotation owl:versionInfo $(VERSION)
ANNOTATE_CONVERT_FILE = annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) convert -f ofn --output $@.tmp.owl && mv $@.tmp.owl $@
OTHER_SRC = $(PATTERNDIR)/definitions.owl $(COMPONENTSDIR)/fbbt_ext.owl $(COMPONENTSDIR)/exact_mappings.owl $(COMPONENTSDIR)/neuron_symbols.owl $(COMPONENTSDIR)/larvalbrain_compartments.owl $(COMPONENTSDIR)/larvalbrain_fascicles.owl $(COMPONENTSDIR)/hemibrain_new_cells.owl $(COMPONENTSDIR)/hemibrain_new_ALLNs.owl $(COMPONENTSDIR)/VNC_new_cells.owl $(COMPONENTSDIR)/flybase_import.owl $(COMPONENTSDIR)/flywire_neurons.owl
OTHER_SRC = $(PATTERNDIR)/definitions.owl $(COMPONENTSDIR)/fbbt_ext.owl $(COMPONENTSDIR)/exact_mappings.owl $(COMPONENTSDIR)/neuron_symbols.owl $(COMPONENTSDIR)/larvalbrain_compartments.owl $(COMPONENTSDIR)/larvalbrain_fascicles.owl $(COMPONENTSDIR)/hemibrain_new_cells.owl $(COMPONENTSDIR)/hemibrain_new_ALLNs.owl $(COMPONENTSDIR)/VNC_new_cells.owl $(COMPONENTSDIR)/flybase_import.owl $(COMPONENTSDIR)/flywire_neurons.owl $(COMPONENTSDIR)/VFB_xrefs.owl
ONTOLOGYTERMS = $(TMPDIR)/ontologyterms.txt
EDIT_PREPROCESSED = $(TMPDIR)/$(ONT)-preprocess.owl
PATTERNDIR= ../patterns
Expand Down Expand Up @@ -464,6 +464,7 @@ $(COMPONENTSDIR)/%.owl: | $(COMPONENTSDIR)




# ----------------------------------------
# Mirroring upstream ontologies
# ----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/fbbt/components/VNC_new_cells.owl" uri="components/VNC_new_cells.owl"/>
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/fbbt/components/exact_mappings.owl" uri="components/exact_mappings.owl"/>
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/fbbt/components/flywire_neurons.owl" uri="components/flywire_neurons.owl"/>

<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/fbbt/components/VFB_xrefs.owl" uri="components/VFB_xrefs.owl"/>
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/fbbt/patterns/definitions.owl" uri="../patterns/definitions.owl"/>

<group id="Folder Repository, directory=, recursive=false, Auto-Update=false, version=2" prefer="public" xml:base=""/>
Expand Down
Loading

0 comments on commit b257380

Please sign in to comment.