Changes between Version 11 and Version 12 of DespoinaLog/2010/12/09


Ignore:
Timestamp:
2010-12-09T15:49:01+01:00 (13 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/12/09

    v11 v12  
    77 * create new table biobank from pheno project as follows:
    88
    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 ;
    1010
    1111  (only fields that exist in biobank in gcc project)
     
    2828'''!ObservationElement''' ON (Biobank.id = !ObservationElement.id) LEFT JOIN
    2929
    30   '''    Investigation'''     AS xref_Investigation  ON xref_Investigation.id = !ObservationElement    .Investigation LEFT JOIN
     30  '''     Investigation'''      AS xref_Investigation  ON xref_Investigation.id = !ObservationElement     .Investigation LEFT JOIN
    3131
    3232'''!OntologyTerm''' AS xref_ontologyReference  ON xref_ontologyReference.id = !ObservationElement.ontologyReference LEFT JOIN
     
    4444Name    Type    Acronym category_term   topics_term     institutes_name contacts_lastName       size    materials_term  GWA data n =    GWA platform    GWA comments    description
    4545}}}
    46 try to import as it is : 
     46try to import as it is :
    4747
    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 .
     48Need to removes characters like , ( ) ; + . Comma and parenthesis  was replaced by or ; by some spaces and plus by plus. OntologyTerm term was replaced by name .
    4949
    50 After uploading : error  : '''Column '!PanelType' cannot be null'''
     50After uploading : error  : '''Column '!PanelType' cannot be null'''
    5151
    5252two new columns added :
     
    5555|| !OntologyTerm || PanelType ||
    5656
     57still error with '''Column '!PanelType' cannot be null'''
    5758
     59=== `After these changes import worked :  ===
     60Added 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
    5861
    59 still error with '''Column '!PanelType' cannot be null'''
     62name    name    name, Biobank also needed new columns : paneltype_name  category_name   investigation_name
    6063
    61  
     64less that 50 year       less that 50 year       name . 
     65
     66The xls could not be imported with characters like comma (,) , parenthesis ( ()) , + ,