Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data BBedFile
- openBBedFile :: FilePath -> IO BBedFile
- closeBBedFile :: BBedFile -> IO ()
- query :: (ByteString, Int, Int) -> BBedFile -> ConduitT () (ByteString, Int, Int, ByteString) IO ()
Documentation
closeBBedFile :: BBedFile -> IO () Source #
:: (ByteString, Int, Int) | (Chr, start, end) |
-> BBedFile | |
-> ConduitT () (ByteString, Int, Int, ByteString) IO () |
Find all regions that are overlapped with the query in the bigbed file.