The types of phylogenetic graphs we use are described in Bio.Graph.Constructions inside pcg-data-structures. For example a FinalDecorationDAG is described as:
The first field here (TraversalTopology, Double, Double, Double, Data.Vector.Vector (NonEmpty TraversalFocusEdge)) corresponds to data that is stored in the metadata sequence. I think it would be better if this were re-written as a record as it is unclear what the various parts of the tuples mean without going to look it up.
The types of phylogenetic graphs we use are described in
Bio.Graph.Constructions
insidepcg-data-structures
. For example a FinalDecorationDAG is described as:The first field here
(TraversalTopology, Double, Double, Double, Data.Vector.Vector (NonEmpty TraversalFocusEdge))
corresponds to data that is stored in the metadata sequence. I think it would be better if this were re-written as a record as it is unclear what the various parts of the tuples mean without going to look it up.