######################################## # # a simple !MrBayes job on condor standard universe # ######################################### Universe = standard # standard universe is default one. You can omit it Executable = /cluster/bin/condor_mb Arguments = primates_mbbatch.nex output = primates_mbbatch.output error = primates_mbbatch.error log = primates_mbbatch.log Queue # If you edit !MRBayes block in a separate file, the submit description file is like below # Universe = standard # Executable = /cluster/bin/condor_mb # Arguments = only_mbbatch.nex # output = only_mbbatch.output # error = only_mbbatch.error # log = only_mbbatch.log # Queue