| Copyright | (c) Dominik Schrempf 2021 |
|---|---|
| License | GPL-3.0-or-later |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SLynx.Tools
Contents
Description
Creation date: Sat Sep 7 06:24:22 2019.
Synopsis
- readSeqs :: (HasLock e, HasLogHandles e, HasVerbosity e) => Alphabet -> FilePath -> Logger e [Sequence]
- alphabetOpt :: Parser Alphabet
SLynx.Tools
readSeqs :: (HasLock e, HasLogHandles e, HasVerbosity e) => Alphabet -> FilePath -> Logger e [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.