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

digraph inheritancecd1e3693ab { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Job" [URL="../toil/job/index.html#toil.job.Job",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Class represents a unit of work in toil."]; "discoverFiles" [URL="#tutorial_discoverfiles.discoverFiles",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Views files at a specified path using ls."]; "Job" -> "discoverFiles" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

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()