bioshake-0.1.0.0: Bioinformatics pipelines with shake

Safe HaskellNone
LanguageHaskell2010

Bioshake.Cluster.Sequenza

Synopsis

Documentation

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 #