poseidon-hs-1.5.5.0: A package with tools for working with Poseidon genotype data
Safe HaskellSafe-Inferred
LanguageHaskell2010

Poseidon.CLI.Fetch

Synopsis

Documentation

runFetch :: FetchOptions -> PoseidonIO () Source #

The main function running the Fetch command

printDownloadProgress :: LogA -> Double -> ConduitT ByteString ByteString (ResourceT IO) () Source #