Actions
Bug #2308
openCan not set boolean option to False if the action is true and default is alsow true
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/26/2013
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.2.0
Show in known bugs:
No
Workaround:
Description
For example, a few options in appionlib/apRefineJobXmipp. are like that:
self.parser.add_option("--DoComputeResolution", dest="docomputeresolution", action="store_true",
                        help="Compute resolution or not", default=True)
self.parser.add_option("--DoLowPassFilter", dest="dolowpassfilter", action="s
tore_true",                        help="This lowpass filter will be applied for the generation of the n
ext reference", default=True)
	These need to coordinate with myamiweb gui as well
Actions