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',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)')
dest='array',help='Creates a parametric (array) job. You must specify the starting range "n" (>=1), the stopping (inclusive) range "m" and the step "s". Read the qsub command man page for details')
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',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)')
dest='array',help='Creates a parametric (array) job. You must specify the starting range "n" (>=1), the stopping (inclusive) range "m" and the step "s". Read the qsub command man page for details')