bioshake-0.1.0.0: Bioinformatics pipelines with shake

Safe HaskellNone
LanguageHaskell2010

Bioshake.Sequenza

Synopsis

Documentation

pileup2Seqz :: Pileup2Seqz () Source #

bin :: Int -> Bin () Source #

class GC a where Source #

Tags a type with GC content; this is not part of Referenced as it is a sequenza specific format.

Minimal complete definition

getGC

Methods

getGC :: a -> FilePath Source #

Instances

GC a => GC (All a) Source # 

Methods

getGC :: All a -> FilePath Source #

GC a => GC ((:->) a b) Source # 

Methods

getGC :: (a :-> b) -> FilePath Source #