hPDB-0.99: Parser, print and manipulate structures in PDB file format.

Safe HaskellNone

Bio.PDB.IO.OpenAnyFile

Description

Opening and reading a either normal or gzipped file in an efficient way - either using strict ByteString or mmap

Documentation

writeFile :: FilePath -> (Handle -> IO a) -> IO ()Source