BioJulia / GenomeGraphs.jl

A modern genomics framework for julia
https://biojulia.dev
Other
67 stars 8 forks source link

Reorganise some code into "Graphs" submodule #17

Closed TransGirlCodes closed 4 years ago

TransGirlCodes commented 4 years ago

This PR basically just re-organizes the code related to the SequenceDistanceGraph data-type into a submodule of GenomeGraphs called GenomeGraphs.Graphs. The API both exposed and non-exposed is documented for this submodule.