nipype.pipeline.plugins.lsf module

Parallel workflow execution via LSF

class nipype.pipeline.plugins.lsf.LSFPlugin(**kwargs)

Bases: nipype.pipeline.plugins.base.SGELikeBatchManagerBase

Execute using LSF Cluster Submission

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

  • template : template to use for batch job submission
  • bsub_args : arguments to be prepended to the job execution script in the
    bsub call