CoNNECT 0.1 documentation

Table of Contents

This Page

create_fsl_condor_job.py

create_fsl_condor_job(inDir, basename)

Creates an HTCondor job for FSL commands.

create_fsl_condor_job(jobName, exeName, machineNames, submit, error, output, log, dagman)

Parameters:
  • jobName (str) – Required name for the parallel htcondor job

  • exeName (str) – FSL executable name

  • machineNames (list[str]) – list of machine names to execute jobs

  • submit (str) – fullpath to output submit file

  • error (str) – fullpath to output submit file

  • output (str) – fullpath to output submit file

  • log (str) – fullpath to output submit file

  • dagman (str) – Pycondor Dagman object

Raises:

Error – any encountered error

Returns:

pycondor Job object

Return type:

pycondor.Job