nipype.interfaces.mrtrix3.base module

class nipype.interfaces.mrtrix3.base.Info

Bases: nipype.interfaces.base.core.PackageInfo

classmethod looseversion()

Return a comparable version object

If no version found, use LooseVersion(‘0.0.0’)

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

MRTrix3Base

Link to code

Bases: CommandLine

args : a unicode 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: {})
MRTrix3Base.version

interfaces should implement a version property