######################################## # # example, run two MrBayes jobs on condor standard universe # ######################################### Universe = standard # standard universe is default one. You can omit it Executable = /cluster/bin/condor_mb output = primates_mbbatch.output error = primates_mbbatch.error log = primates_mbbatch.log InitialDir =./batch_1 Arguments = primates_mbbatch.nex Queue InitialDir =./batch_2 Arguments = primates_mbbatch.nex Queue