phybin-0.3: Utility for clustering phylogenetic trees in Newick format based on Robinson-Foulds distance.

Safe HaskellNone

Bio.Phylogeny.PhyBin.Util

Description

This module contains misc bits used by (multiple) other modules.

Synopsis

Documentation

acquireTreeFiles :: [String] -> IO [String]Source

Expand out directories to find all the tree files.

safePrintDendro :: DotGraph Node -> IO (Maybe Text)Source

Step carefully in case of cycles (argh).