slynx-0.4.0: Handle molecular sequences

Copyright(c) Dominik Schrempf 2018
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
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 SimulateArguments Source #

Arguments needed to simulate sequences.

Instances
Eq SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

Show 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 #

ToJSON SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

FromJSON SimulateArguments Source # 
Instance details

Defined in SLynx.Simulate.Options

Reproducible 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.