| 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.Filter.Options
Description
Creation date: Sun Oct 7 17:29:45 2018.
Documentation
data FilterRowsArguments Source #
Arguments needed for filtering sequences.
Constructors
| FilterRowsArguments | |
Instances
data FilterColsArguments Source #
Arguments needed for filtering columns of a multi sequence alignment.
Constructors
| FilterColsArguments | |
Fields
| |
Instances
filterRowsArguments :: Parser FilterRowsArguments Source #
Command line parser.
filterColsArguments :: Parser FilterColsArguments Source #
Command line parser.