slynx-0.3.4: Handle molecular sequences

Copyright(c) Dominik Schrempf 2018
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

SLynx.Translate.Options

Description

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

Synopsis

Documentation

data TranslateArguments Source #

Arguments needed to translate sequences.

Instances
Eq TranslateArguments Source # 
Instance details

Defined in SLynx.Translate.Options

Show TranslateArguments Source # 
Instance details

Defined in SLynx.Translate.Options

Generic TranslateArguments Source # 
Instance details

Defined in SLynx.Translate.Options

Associated Types

type Rep TranslateArguments :: Type -> Type #

ToJSON TranslateArguments Source # 
Instance details

Defined in SLynx.Translate.Options

FromJSON TranslateArguments Source # 
Instance details

Defined in SLynx.Translate.Options

Reproducible TranslateArguments Source # 
Instance details

Defined in SLynx.Translate.Options

type Rep TranslateArguments Source # 
Instance details

Defined in SLynx.Translate.Options

type Rep TranslateArguments = D1 (MetaData "TranslateArguments" "SLynx.Translate.Options" "slynx-0.3.4-4y5QPHfHmzqAh2cplyij9D" False) (C1 (MetaCons "TranslateArguments" PrefixI True) ((S1 (MetaSel (Just "trAlphabet") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Alphabet) :*: S1 (MetaSel (Just "trInFile") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 FilePath)) :*: (S1 (MetaSel (Just "trReadingFrame") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "trUniversalCode") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 UniversalCode))))