You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: