| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Simulate.Options
Description
Creation date: Fri May 3 11:51:07 2019.
Synopsis
- data SimulateArguments = SimulateArguments {
- argsNTrees :: Int
- argsNLeaves :: Int
- argsHeight :: Maybe Double
- argsConditionMRCA :: Bool
- argsLambda :: Double
- argsMu :: Double
- argsRho :: Double
- argsSubSample :: Bool
- argsSumStat :: Bool
- argsSeed :: Maybe [Word32]
- type Simulate = LoggingT (ReaderT SimulateArguments IO)
- simulateArguments :: Parser SimulateArguments
- reportSimulateArguments :: SimulateArguments -> String
- simulateDesc :: String
- simulateFooter :: String
Documentation
data SimulateArguments Source #
Arguments need to simulate phylogenetic trees.
Constructors
| SimulateArguments | |
Fields
| |
simulateArguments :: Parser SimulateArguments Source #
Command line parser.
reportSimulateArguments :: SimulateArguments -> String Source #
Print useful information about the provided arguments.
simulateDesc :: String Source #
Simulation is a little more involved, so we provide a description.
simulateFooter :: String Source #
And a footer.