nipype.pipeline.plugins.pbs module

Parallel workflow execution via PBS/Torque

class nipype.pipeline.plugins.pbs.PBSPlugin(**kwargs)

Bases: nipype.pipeline.plugins.base.SGELikeBatchManagerBase

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

  • max_jobname_len: maximum length of the job name. Default 15.