CoNNECT 0.1 documentation
Creates an HTCondor job for helper_function commands.
create_python_condor_job(jobName, exeName, machineNames, submit, error, output, log, dagman)
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
Error – any encountered error
pycondor Job object
pycondor.Job