Safe Haskell | Safe-Inferred |
---|
Bio.Alignment.PSL
Description
This models the PSL format used by e.g. the alignment tool BLAT. It is a simple, textual representation of (spliced) alignments, with tab-separated fields.
See http:genome.ucsc.eduFAQFAQformat#format2 for details.
Documentation
Constructors
PSL | |
Fields
|
parsePSL :: ByteString -> [PSL]Source
unparsePSL :: [PSL] -> ByteStringSource