Changes between Version 8 and Version 9 of DespoinaLog/2010/12/09
- Timestamp:
- 2010-12-09T13:02:28+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2010/12/09
v8 v9 1 2 1 == Inconsistency with biobank table (pheno & gcc project) == 3 2 == problem: == … … 8 7 * create new table biobank from pheno project as follows: 9 8 10 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 ; 11 10 12 11 (only fields that exist in biobank in gcc project) … … 29 28 '''!ObservationElement''' ON (Biobank.id = !ObservationElement.id) LEFT JOIN 30 29 31 ''' Investigation''' AS xref_Investigation ON xref_Investigation.id = !ObservationElement.Investigation LEFT JOIN30 ''' Investigation''' AS xref_Investigation ON xref_Investigation.id = !ObservationElement .Investigation LEFT JOIN 32 31 33 32 '''!OntologyTerm''' AS xref_ontologyReference ON xref_ontologyReference.id = !ObservationElement.ontologyReference LEFT JOIN … … 40 39 41 40 == Approach 3) Fix the xls data file according to the consistencies between these entities. == 42 xls colums : 43 41 xls colums : 44 42 45 43 {{{ 46 44 Name Type Acronym category_term topics_term institutes_name contacts_lastName size materials_term GWA data n = GWA platform GWA comments description 47 45 }}} 46