Safe Haskell | None |
---|---|
Language | Haskell2010 |
Types
Documentation
data Preprocess Source #
Constructors
Assembly | |
NonAssembly Char |
Instances
Read Preprocess Source # | |
Defined in Types Methods readsPrec :: Int -> ReadS Preprocess # readList :: ReadS [Preprocess] # readPrec :: ReadPrec Preprocess # readListPrec :: ReadPrec [Preprocess] # | |
Show Preprocess Source # | |
Defined in Types Methods showsPrec :: Int -> Preprocess -> ShowS # show :: Preprocess -> String # showList :: [Preprocess] -> ShowS # |
data TrinityArgs Source #
Constructors
TrinityBase | |
TrinityGenome | |
TrinityCustom String |
Instances
Read TrinityArgs Source # | |
Defined in Types Methods readsPrec :: Int -> ReadS TrinityArgs # readList :: ReadS [TrinityArgs] # readPrec :: ReadPrec TrinityArgs # readListPrec :: ReadPrec [TrinityArgs] # | |
Show TrinityArgs Source # | |
Defined in Types Methods showsPrec :: Int -> TrinityArgs -> ShowS # show :: TrinityArgs -> String # showList :: [TrinityArgs] -> ShowS # |
Constructors
Position | |
Fields
|
Constructors
Sequence | |
Fields
|
newtype AbundanceMap Source #
Constructors
AbundanceMap | |
Fields |
newtype FrequencyMap Source #
Constructors
FrequencyMap | |
Fields |
newtype DuplicationRow Source #
Constructors
DuplicationRow | |
Fields |
newtype PositionMap Source #
Constructors
PositionMap | |
Fields |
newtype AccessionMap Source #
Constructors
AccessionMap | |
Fields |
Instances
Read AccessionMap Source # | |
Defined in Types Methods readsPrec :: Int -> ReadS AccessionMap # readList :: ReadS [AccessionMap] # | |
Show AccessionMap Source # | |
Defined in Types Methods showsPrec :: Int -> AccessionMap -> ShowS # show :: AccessionMap -> String # showList :: [AccessionMap] -> ShowS # |