######################################## # # 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 Arguments = primates_mbbatch_1.nex output = primates_mbbatch_1.output error = primates_mbbatch_1.error log = primates_mbbatch_1.log Queue Arguments = primates_mbbatch_2.nex output = primates_mbbatch_2.output error = primates_mbbatch_2.error log = primates_mbbatch_2.log Queue