Full data view for gene POT1
 |
The variants shown are described using the NM_015450.2 transcript reference sequence. |
| Error: Query (Logged) |
/view/POT1 returned error in code block Unknown. Query : SELECT c.id, c.width, c.head_column, c.description_legend_short, c.description_legend_full, c.mysql_type, c.form_type, c.select_options, c.col_order, GROUP_CONCAT(sc.geneid, ":", sc.public_view SEPARATOR ";") AS public_view FROM lovd_active_columns AS ac INNER JOIN lovd_columns AS c ON (c.id = ac.colid) LEFT OUTER JOIN lovd_shared_columns AS sc ON (sc.colid = ac.colid) WHERE ((c.id NOT LIKE "VariantOnTranscript/%" AND c.public_view = 1) OR sc.public_view = 1) AND (c.id LIKE ? OR c.id LIKE ? OR c.id LIKE ? OR c.id LIKE ?) AND c.id NOT LIKE "VariantOnTranscript/%" GROUP BY c.id UNION SELECT c.id, sc.width, c.head_column, c.description_legend_short, c.description_legend_full, c.mysql_type, c.form_type, c.select_options, sc.col_order, CONCAT(sc.geneid, ":", sc.public_view) AS public_view FROM lovd_columns AS c INNER JOIN lovd_shared_columns AS sc ON (c.id = sc.colid) WHERE sc.geneid = ? AND sc.public_view = 1 ORDER BY col_order Error : Error in PDOStatement::execute() while executing prepared query: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine |
|