FlyBase / drosophila-anatomy-developmental-ontology

The home of the Drosophila anatomy ontology
Creative Commons Attribution 4.0 International
17 stars 6 forks source link

add symbols #1905

Open Clare72 opened 3 weeks ago

Clare72 commented 3 weeks ago

some of these should probably have symbols


WHERE s.short_form = "neuprint_JRC_Hemibrain_1point1" 
WITH i,collect(type.symbol[0])+collect(supertype.symbol[0]) as type_supertype_symbols, collect(distinct type.label) as fbbt_types
WHERE not type_supertype_symbols
RETURN distinct fbbt_types```