amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Update the DOT file parser to accept labels #74

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 5 years ago

The DOT file parser doesn't accept the Labels on nodes in the input graph. We should use the node labels as the taxon identifier if they exist, otherwise we should rely on the nodeID value.