find-clumpiness-0.2.1.2: find-clumpiness.cabal
name: find-clumpiness
version: 0.2.1.2
synopsis: Find the clumpiness of labels in a tree
description: Use a clumpiness measure to find the aggregation relationship between labels inside of a tree.
homepage: http://github.com/GregorySchwartz/find-clumpiness#readme
license: GPL-3
license-file: LICENSE
author: Gregory W. Schwartz
maintainer: gsch@mail.med.upenn.edu
copyright: Copyright 2017 Gregory W. Schwartz
category: Math
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Types
, Utility
, NewickConvert
, LineageConvert
, TreeTransform
, Print
build-depends: base >= 4.7 && < 5
, clumpiness
, tree-fun
, containers
, unordered-containers
, vector
, bytestring
, text
, text-show
, aeson
, BiobaseNewick
, listsafe
default-language: Haskell2010
executable find-clumpiness
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -O2
build-depends: base
, find-clumpiness
, clumpiness
, tree-fun
, containers
, unordered-containers
, aeson
, text
, bytestring
, optparse-applicative
, BiobaseNewick
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/GregorySchwartz/find-clumpiness