Changes between Version 11 and Version 12 of DespoinaLog/2010/12/09
- Timestamp:
- 2010-12-09T15:49:01+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2010/12/09
v11 v12 7 7 * create new table biobank from pheno project as follows: 8 8 9 mysql> create table biobank_new select Acronym, Category, Type, Size, !LastUpdate , Description, id from biobank ;9 mysql> create table biobank_new select Acronym, Category, Type, Size, !LastUpdate , Description, id from biobank ; 10 10 11 11 (only fields that exist in biobank in gcc project) … … 28 28 '''!ObservationElement''' ON (Biobank.id = !ObservationElement.id) LEFT JOIN 29 29 30 ''' Investigation''' AS xref_Investigation ON xref_Investigation.id = !ObservationElement.Investigation LEFT JOIN30 ''' Investigation''' AS xref_Investigation ON xref_Investigation.id = !ObservationElement .Investigation LEFT JOIN 31 31 32 32 '''!OntologyTerm''' AS xref_ontologyReference ON xref_ontologyReference.id = !ObservationElement.ontologyReference LEFT JOIN … … 44 44 Name Type Acronym category_term topics_term institutes_name contacts_lastName size materials_term GWA data n = GWA platform GWA comments description 45 45 }}} 46 try to import as it is : 46 try to import as it is : 47 47 48 Need to removes characters like , ( ) ; + . Comma and parenthesis was replaced by or ; by some spaces and plus by plus. OntologyTermterm was replaced by name .48 Need to removes characters like , ( ) ; + . Comma and parenthesis was replaced by or ; by some spaces and plus by plus. OntologyTerm term was replaced by name . 49 49 50 After uploading : error :'''Column '!PanelType' cannot be null'''50 After uploading : error : '''Column '!PanelType' cannot be null''' 51 51 52 52 two new columns added : … … 55 55 || !OntologyTerm || PanelType || 56 56 57 still error with '''Column '!PanelType' cannot be null''' 57 58 59 === `After these changes import worked : === 60 Added new tabs: !ObservationElement (column name), investigation (column name), New columns at !ObservedValue : investigation_name feature_name target_name, and new columns at !ObservedFeature : investigation_name feature_name target_name 58 61 59 still error with '''Column '!PanelType' cannot be null''' 62 name name name, Biobank also needed new columns : paneltype_name category_name investigation_name 60 63 61 64 less that 50 year less that 50 year name . 65 66 The xls could not be imported with characters like comma (,) , parenthesis ( ()) , + ,