bioshake-0.1.0.0: Bioinformatics pipelines with shake
Bioshake.Cluster.Torque
type ModuleName = String Source #
type Queue = String Source #
data TOption Source #
Constructors
Instances
Methods
(==) :: TOption -> TOption -> Bool #
(/=) :: TOption -> TOption -> Bool #
showsPrec :: Int -> TOption -> ShowS #
show :: TOption -> String #
showList :: [TOption] -> ShowS #
args :: TOption -> [Either TOption String] Source #
newtype Config Source #
args :: Config -> [Either TOption String] Source #
getCPUs :: Config -> Int Source #
class TArgs a where Source #
Minimal complete definition
cmdArgs
cmdArgs :: [Either TOption String] -> a Source #
cmdArgs :: [Either TOption String] -> IO () Source #
cmdArgs :: [Either TOption String] -> Action () Source #
cmdArgs :: [Either TOption String] -> a -> r Source #
class Args a where Source #
args
args :: a -> [Either TOption String] Source #
args :: String -> [Either TOption String] Source #
args :: [Either a b] -> [Either TOption String] Source #
args :: [String] -> [Either TOption String] Source #
args :: Either a b -> [Either TOption String] Source #
type (|->) a b = a Source #
submit :: TArgs a => a |-> Action () Source #
gb :: Num a => a -> a Source #