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

Poseidon.CLI.Forge

Synopsis

Documentation

data ForgeOutMode Source #

Different output modes ordered from more minimal to more complete

runForge :: ForgeOptions -> PoseidonIO () Source #

The main function running the forge command

sumNonMissingSNPs :: IOVector Int -> (EigenstratSnpEntry, GenoLine) -> SafeT IO (IOVector Int) Source #