toil.options.wdl

Module Contents

Functions

add_wdl_options(parser[, suppress])

Add WDL options to a parser. This only adds nonpositional WDL arguments

toil.options.wdl.add_wdl_options(parser, suppress=True)[source]

Add WDL options to a parser. This only adds nonpositional WDL arguments :param parser: Parser to add options to :param suppress: Suppress help output :return: None

Parameters:
Return type:

None