Commit 5d618e53 authored by qlobbe's avatar qlobbe

bug fix

parent f525a787
Pipeline #556 failed with stage
...@@ -213,9 +213,10 @@ entropy branches = ...@@ -213,9 +213,10 @@ entropy branches =
homogeneity :: [[PhyloGroup]] -> Double homogeneity :: [[PhyloGroup]] -> Double
homogeneity branches = undefined homogeneity _ = undefined
where -- where
branchCov :: -- branchCov :: [PhyloGroup] -> Int -> Double
-- branchCov branch total = (fromIntegral $ length branch) / (fromIntegral total)
toPhyloQuality :: [[PhyloGroup]] -> Double toPhyloQuality :: [[PhyloGroup]] -> Double
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment