default=[],metavar='ID',nargs='*',help='set job dependencies by giving this option an a list of job identifiers separated by spaces')
parser.add_argument('-o','--stdout','--out',metavar='DIR',dest='stdout',default='logs',help='Set the standard output of the job to be placed in the given directory - relative paths are interpreted according to the currently working directory (defaults to "%(default)s")')
parser.add_argument('-e','--stderr','--err',metavar='DIR',dest='stderr',default='logs',help='Set the standard error of the job to be placed in the given directory - relative paths are interpreted according to the currently working directory (defaults to "%(default)s")')
parser.add_argument('-o','--stdout','--out',metavar='DIR',dest='stdout',help='Set the standard output of the job to be placed in the given directory - relative paths are interpreted according to the currently working directory (defaults to a randomly generated hashed directory structure)')
parser.add_argument('-e','--stderr','--err',metavar='DIR',dest='stderr',help='Set the standard error of the job to be placed in the given directory - relative paths are interpreted according to the currently working directory (defaults to what stdout will be set to)')