Copyright | (c) Dominik Schrempf 2021 |
---|---|
License | GPL-3.0-or-later |
Maintainer | dominik.schrempf@gmail.com |
Stability | unstable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Creation date: Sun Oct 7 17:29:45 2018.
Synopsis
- data SubSampleArguments = SubSampleArguments {
- ssAlphabet :: Alphabet
- ssInFile :: FilePath
- ssNSites :: Int
- ssNAlignments :: Int
- ssMbSeed :: SeedOpt
- subSampleArguments :: Parser SubSampleArguments
- getOutSuffixes :: Int -> String -> [String]
Documentation
data SubSampleArguments Source #
Data structure holding the Command line arguments.
SubSampleArguments | |
|
Instances
subSampleArguments :: Parser SubSampleArguments Source #
Sub command parser.