Changes between Version 10 and Version 11 of DespoinaLog/2010/12/09
- Timestamp:
- 2010-12-09T14:01:17+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2010/12/09
v10 v11 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 : 47 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 50 After uploading : error : '''Column '!PanelType' cannot be null''' 51 52 two new columns added : 53 54 || !__Type || !PanelType || 55 || !OntologyTerm || PanelType || 46 56 47 57 48 srth 58 59 still error with '''Column '!PanelType' cannot be null''' 60 61