nipype.pipeline.plugins.pbsgraph module

Parallel workflow execution via PBS/Torque

class nipype.pipeline.plugins.pbsgraph.PBSGraphPlugin(**kwargs)

Bases: nipype.pipeline.plugins.sgegraph.SGEGraphPlugin

Execute using PBS/Torque

The plugin_args input to run can be used to control the SGE execution. Currently supported options are:

  • template : template to use for batch job submission

  • qsub_argsarguments to be prepended to the job execution script in the

    qsub call