| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Shuffle.Options
Description
Creation date: Thu Sep 19 15:02:21 2019.
Synopsis
- data ShuffleArguments = ShuffleArguments {
- newickIqTreeFlag :: Bool
- nReplicates :: Int
- inFile :: FilePath
- type Shuffle = LoggingT (ReaderT ShuffleArguments IO)
- shuffleArguments :: Parser ShuffleArguments
Documentation
data ShuffleArguments Source #
Arguments of shuffle command.
Constructors
| ShuffleArguments | |
Fields
| |
shuffleArguments :: Parser ShuffleArguments Source #
Parse arguments of shuffle command.