slynx-0.7.2.2: Handle molecular sequences
Copyright2021 Dominik Schrempf
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

SLynx.Simulate.Options

Description

Creation date: Sun Oct 7 17:29:45 2018.

Available options: -h,--help Show this help text -v,--version Show version -t,--tree-file NAME Specify tree file NAME -s,--substitution-model MODEL Set the phylogenetic substitution model; available models are shown below -m,--mixture-model MODEL Set the phylogenetic mixture model; available models are shown below -l,--length NUMBER Set alignment length to NUMBER -e,--edm-file NAME empirical distribution model file NAME in Phylobayes format -w,--mixture-model-weights [DOUBLE,DOUBLE,...] weights of mixture model components -g,--gamma-rate-heterogeneity (NCAT, SHAPE) number of gamma rate categories and shape parameter -e,--seed [INT] Set seed for the random number generator; list of 32 bit integers with up to 256 elements (default: [0]) -q,--quiet Be quiet -o,--output-file NAME Specify output file NAME

Synopsis

Documentation

type GammaRateHeterogeneityParams = (Int, Double) Source #

Number of gamma rate categories and alpha parameter.

data MixtureModelGlobalNormalization Source #

Instances

Instances details
FromJSON MixtureModelGlobalNormalization Source # 
Instance details

Defined in SLynx.Simulate.Options

ToJSON MixtureModelGlobalNormalization Source # 
Instance details

Defined in SLynx.Simulate.Options

Generic MixtureModelGlobalNormalization Source # 
Instance details

Defined in SLynx.Simulate.Options

Associated Types

type Rep MixtureModelGlobalNormalization :: Type -> Type #

Read MixtureModelGlobalNormalization Source # 
Instance details

Defined in SLynx.Simulate.Options

Show MixtureModelGlobalNormalization Source # 
Instance details

Defined in SLynx.Simulate.Options

Eq MixtureModelGlobalNormalization Source # 
Instance details

Defined in SLynx.Simulate.Options

type Rep MixtureModelGlobalNormalization Source # 
Instance details

Defined in SLynx.Simulate.Options

type Rep MixtureModelGlobalNormalization = D1 ('MetaData "MixtureModelGlobalNormalization" "SLynx.Simulate.Options" "slynx-0.7.2.2-LEEFMVV1Ckz1AmAXiyZfpK" 'False) (C1 ('MetaCons "GlobalNormalization" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "LocalNormalization" 'PrefixI 'False) (U1 :: Type -> Type))

data SimulateArguments Source #

Arguments needed to simulate sequences.

Instances

Instances details
FromJSON SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

ToJSON SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

Generic SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

Associated Types

type Rep SimulateArguments :: Type -> Type #

Show SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

Reproducible SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

Eq SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

type Rep SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

simulateFooter :: [String] Source #

The model specification is somewhat complicated, so we need to provide additional help.