tutorial_discoverfiles

Module Contents

Classes

discoverFiles

Views files at a specified path using ls.

Functions

main()

class tutorial_discoverfiles.discoverFiles(path, *args, **kwargs)

Bases: toil.job.Job

Views files at a specified path using ls.

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_discoverfiles.main()