bioshake-0.1.0.0: Bioinformatics pipelines with shake

Safe HaskellNone
LanguageHaskell2010

Bioshake.Cluster.Torque

Documentation

newtype Config Source #

Constructors

Config [TOption] 

Instances

class TArgs a where Source #

Minimal complete definition

cmdArgs

Methods

cmdArgs :: [Either TOption String] -> a Source #

Instances

TArgs (IO ()) Source # 

Methods

cmdArgs :: [Either TOption String] -> IO () Source #

TArgs (Action ()) Source # 
(Args a, TArgs r) => TArgs (a -> r) Source # 

Methods

cmdArgs :: [Either TOption String] -> a -> r Source #

class Args a where Source #

Minimal complete definition

args

Methods

args :: a -> [Either TOption String] Source #

type (|->) a b = a Source #

submit :: TArgs a => a |-> Action () Source #

gb :: Num a => a -> a Source #