slynx-0.4.0: Handle molecular sequences

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

SLynx.Tools

Contents

Description

Creation date: Sat Sep 7 06:24:22 2019.

Synopsis

SLynx.Tools

readSeqs :: (MonadIO m, MonadLogger m) => Alphabet -> FilePath -> m [Sequence] Source #

Read sequences of given alphabet from file or standard input.

Options

alphabetOpt :: Parser Alphabet Source #

Command line option to specify the alphabet. Used by various commands.