slynx-0.0.1: Handle molecular sequences

Copyright(c) Dominik Schrempf 2019
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Tools

Contents

Description

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

Synopsis

Tools

readSeqs :: (MonadIO m, MonadLogger m) => Alphabet -> Maybe 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.