MetaGraphsNext.jl icon indicating copy to clipboard operation
MetaGraphsNext.jl copied to clipboard

Add Family Tree tutorial to demonstrate integration into an application's existing data model

Open MarkNahabedian opened this issue 8 months ago • 2 comments

This pull request adds the tutorial "Family Tree", which demonstrates how MetaGraphsNext.jl can be incorporated into an application's existing data model to provide graph capabilities.

It also modifies the "test" workflow so that it can be manually triggered.

Currently, this test

    @testset verbose = false "Code formatting (JuliaFormatter.jl)" begin
        @test format(MetaGraphsNext; verbose=false, overwrite=false)
    end

is commented out of test/runtests.jl because it was failing in a fresh clone.

Including the actual family tree data in the tutorial feels like obfuscatory clutter. It's not obvious given how the test/doc examples are structured how to include an auviliarry data file. Suggestions?

MarkNahabedian avatar Dec 18 '23 15:12 MarkNahabedian