nipype.interfaces.workbench.base module

The workbench module provides classes for interfacing with connectome workbench tools.

Connectome Workbench is an open source, freely available visualization and discovery tool used to map neuroimaging data, especially data generated by the Human Connectome Project.

class nipype.interfaces.workbench.base.Info

Bases: nipype.interfaces.base.core.PackageInfo

Handle Connectome Workbench version information.

static parse_version(raw_info)
version_cmd = 'wb_command -version'

WBCommand

Link to code

Bases: CommandLine

Base support for workbench commands.

Optional Inputs:
  • args (a string) – Additional parameters to the command. Maps to a command-line argument: %s.

  • environ (a dictionary with keys which are a bytes or None or a value of class ‘str’ and with values which are a bytes or None or a value of class ‘str’) – Environment variables. (Nipype default value: {})

property WBCommand.version

interfaces should implement a version property