Actions
Bug #1223
openmaketables.py does not handle sinedon dictionary data type
Start date:
03/04/2011
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:
hand edit appion_extra.xml afterwards, I almost wish that the table is not created by this method....
Description
It does not know whether the datatype of the sub element is going to be. What to do? Found this in the case of ApProtomoRefinementParamsData, Search in /myamiweb/xml/appion_extra.xml that maketables.py created gave no 'SUBD'. It must be a general problem.
The column is reported missing in a query for alignment runs for completed imod alignment in runTomoMaker.php
Updated by Anchi Cheng over 13 years ago
r15478 is a workaround of the problem by checking the subd fields in the database and avoid using it in the query which would not have returned anything anyway because appion has not put any data in that table.
Actions