parser.add_option("--request-memory",default="8GB",metavar="integer",help="set the requested node memory, default = 8GB")
parser.add_option("--request-disk",default="50GB",metavar="integer",help="set the requested node local scratch space size needed, default = 50GB")
parser.add_option("--condor-command",action="append",default=[],metavar="command=value",help="set condor commands of the form command=value; can be given multiple times")
parser.add_option("--singularity-image",metavar="filename",help="If set, uses the Singularity image provided as the build environment and sets Singularity-specific condor options.")
# Feature saving options
parser.add_option("--features-path",metavar="path",help="If set, chooses an alternate directory to save the features to. Default = --out-path")