biophd-0.0.7: Library for reading phd sequence files

Safe HaskellNone
LanguageHaskell98

Bio.Sequence.Phd

Synopsis

Documentation

data Phd Source

Constructors

Phd 

Instances

readPhd :: FilePath -> IO Phd Source

Parse a .phd file, extracting the contents as a PHD

hReadPhd :: Handle -> IO Phd Source

Parse .phd contents from a handle