slynx-0.1.0: Handle molecular sequences

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

Filter.Options

Description

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

Synopsis

Documentation

data FilterRowsArguments Source #

Arguments needed for filtering sequences.

data FilterColsArguments Source #

Arguments needed for filtering columns of a multi sequence alignment.

type FilterRows = LoggingT (ReaderT FilterRowsArguments IO) Source #

Logger and Reader for sequence filtering.

type FilterCols = LoggingT (ReaderT FilterColsArguments IO) Source #

Logger and Reader for column filtering.