Changes between Version 6 and Version 7 of DespoinaLog/2010/12/07


Ignore:
Timestamp:
2010-12-07T14:04:49+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

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

    v6 v7  
     1= Biobanks missing from server =
    12Create from scratch (molgenis distro ) the Biobanks (BBMRI), Fill database
    23
    34this will be faster and more complete : adjust pheno--> http://gbic.target.rug.nl:8080/Biobanks/molgenis.do
    45
    5 Add gcc integrated bbmri project in gbic server.: http://gbic.target.rug.nl:8080/bbmri_gcc/molgenis.do
     6= GCC project  =
     7Add gcc integrated bbmri project in gbic server.: http://gbic.target.rug.nl:8080/bbmri_gcc/molgenis.do
     8
     9'''D2R on gcc model'''
     10
     11{{{
     12$$$ mv molgenis-rdf-mapping.n3 molgenis-rdf-mapping_gcc.n3
     13
     14$$$ d2r-server molgenis-rdf-mapping_gcc.n3
     15
     16}}}
     17 * Fix missing classes: (despoina)
     18   * * de.fuberlin.wiwiss.d2rq.D2RQException: Object for !d2rq:refersToClassMap not found at !d2rq:PropertyBridge map:'''Biobank_materials''' (E21) *
     19   * Biobank material table exists in DB : 
     20   *    * mysql> describe Biobank_materials; 
     21   * +-----------+---------+------+-----+---------+----------------+
     22   * | Field     | Type    | Null | Key | Default | Extra          |
     23   * +-----------+---------+------+-----+---------+----------------+
     24   * | autoid    | int(11) | NO   | PRI | NULL    | auto_increment |
     25   * | Materials | int(11) | NO   | MUL | NULL    |                |
     26   * | Biobank   | int(11) | NO   | MUL | NULL    |                |
     27   * +-----------+---------+------+-----+---------+------------
     28   *