Skip to content

Commit

Permalink
Update working graph
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Dec 8, 2023
1 parent 3329967 commit ef20f76
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions playgrounds/workingGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,41 @@ flowchart
onto[Structural Ontology]
og[Ontology Graph]
maps[matched IParams]
arcigr["ARC Intermediate (Metadata) Graph"]
arcisgr["ARC Intermediate (Metadata) Subgraph"]
arcsgr["ARC (Metadata) Subgraph"]
arcgr["ARC (Metadata) Graph"]
adjips[adjusted IParams]
D[ ]
D2[ ]
D3[ ]
D4[ ]
D5[ ]
style D height:0.0000001px,width:0.000001px
style D2 height:0.0000001px,width:0.000001px
style D3 height:0.0000001px,width:0.000001px
style D4 height:0.0000001px,width:0.000001px
style D5 height:0.0000001px,width:0.000001px
style of fill:#EEE,stroke-width:0,color:#777
xf --> |parseMetadataSheetFromFile| ips
of --> |OboOntology.parseFromFile| onto
ips & onto --- D
D --> |addMissingTerms| fips
fips --> |groupWhen isHeader| partiparams
partiparams & onto --- D3
fips & og --- D4
D4 --> |groupWhen isHeader| partiparams
partiparams & og --- D3
D3 --> |addMissingTermsInGroup| fipartips
fipartips --> |groupTerms| grips
onto --> |ontologyToGraph| og
grips --> |matchTerms| maps
grips & og --- D5
D5 --> |matchTerms| maps
maps & og --- D2
D2 --> |constructIntermediateMetadataGraph| arcigr
arcigr --> |constructMetadataGraph| arcgr
D2 --> |constructIntermediateMetadataSubgraph| arcisgr
arcisgr --> |splitIntermediateMetadataSubgraph| arcsgr
arcsgr --> |assembleMetadataGraph| arcgr
arcsgr --> |toFlatList| adjips
linkStyle 1 stroke:#999,color:#777,fill:#EEE
Expand Down

0 comments on commit ef20f76

Please sign in to comment.