Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Biobase.StockholmAlignment.Types
Description
Datastructures for Stockholm alignments
Synopsis
- data StockholmAlignment = StockholmAlignment {}
- data SequenceEntry = SequenceEntry {}
- data AnnotationEntry = AnnotationEntry {
- tag :: Text
- annotation :: Text
- data StockholmToken
Documentation
data StockholmAlignment Source #
Data structure for a Stockholm format alignment
Constructors
StockholmAlignment | |
Fields |
Instances
Eq StockholmAlignment Source # | |
Defined in Biobase.StockholmAlignment.Types Methods (==) :: StockholmAlignment -> StockholmAlignment -> Bool # (/=) :: StockholmAlignment -> StockholmAlignment -> Bool # | |
Show StockholmAlignment Source # | |
Defined in Biobase.StockholmAlignment.Types Methods showsPrec :: Int -> StockholmAlignment -> ShowS # show :: StockholmAlignment -> String # showList :: [StockholmAlignment] -> ShowS # |
data SequenceEntry Source #
Constructors
SequenceEntry | |
Fields |
Instances
Eq SequenceEntry Source # | |
Defined in Biobase.StockholmAlignment.Types Methods (==) :: SequenceEntry -> SequenceEntry -> Bool # (/=) :: SequenceEntry -> SequenceEntry -> Bool # | |
Show SequenceEntry Source # | |
Defined in Biobase.StockholmAlignment.Types Methods showsPrec :: Int -> SequenceEntry -> ShowS # show :: SequenceEntry -> String # showList :: [SequenceEntry] -> ShowS # |
data AnnotationEntry Source #
Constructors
AnnotationEntry | |
Fields
|
Instances
Eq AnnotationEntry Source # | |
Defined in Biobase.StockholmAlignment.Types Methods (==) :: AnnotationEntry -> AnnotationEntry -> Bool # (/=) :: AnnotationEntry -> AnnotationEntry -> Bool # | |
Show AnnotationEntry Source # | |
Defined in Biobase.StockholmAlignment.Types Methods showsPrec :: Int -> AnnotationEntry -> ShowS # show :: AnnotationEntry -> String # showList :: [AnnotationEntry] -> ShowS # |
data StockholmToken Source #
Instances
Eq StockholmToken Source # | |
Defined in Biobase.StockholmAlignment.Types Methods (==) :: StockholmToken -> StockholmToken -> Bool # (/=) :: StockholmToken -> StockholmToken -> Bool # | |
Show StockholmToken Source # | |
Defined in Biobase.StockholmAlignment.Types Methods showsPrec :: Int -> StockholmToken -> ShowS # show :: StockholmToken -> String # showList :: [StockholmToken] -> ShowS # |