tutorial_arguments

Module Contents

Classes

HelloWorld

Class represents a unit of work in toil.

Attributes

parser

class tutorial_arguments.HelloWorld(message)

Bases: toil.job.Job

Inheritance diagram of tutorial_arguments.HelloWorld

Class represents a unit of work in toil.

run(fileStore)

Override this function to perform work and dynamically create successor jobs.

Parameters

fileStore – Used to create local and globally sharable temporary files and to send log messages to the leader process.

Returns

The return value of the function can be passed to other jobs by means of toil.job.Job.rv().

tutorial_arguments.parser