bio-0.5.3: A bioinformatics library

Safe HaskellSafe
LanguageHaskell98

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.edu/FAQ/FAQformat#format2 for details.

Documentation

writePSL :: FilePath -> [PSL] -> IO ()