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


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

--

Legend:

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

    v7 v8  
    44this will be faster and more complete : adjust pheno--> http://gbic.target.rug.nl:8080/Biobanks/molgenis.do
    55
    6 = GCC project  =
     6= GCC project =
    77Add gcc integrated bbmri project in gbic server.: http://gbic.target.rug.nl:8080/bbmri_gcc/molgenis.do
    88
     
    1616}}}
    1717 * 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; 
     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;
    2121   * +-----------+---------+------+-----+---------+----------------+
    22    * | Field     | Type    | Null | Key | Default | Extra          |
     22   * | Field     | Type    | Null | Key | Default | Extra          |
    2323   * +-----------+---------+------+-----+---------+----------------+
    24    * | autoid    | int(11) | NO   | PRI | NULL    | auto_increment |
    25    * | Materials | int(11) | NO   | MUL | NULL    |                |
    26    * | Biobank   | int(11) | NO   | MUL | NULL    |                |
    27    * +-----------+---------+------+-----+---------+------------
     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 * In magetab_sdrf.xml :                
     29 
     30{{{
     31 <entity name="Material" extends="!ObservationTarget">
     32  <field name="SourceMaterials" xref_name="SourceTarget" type="mref" xref_entity="Material"  description="The source materials that this material was derived from. These are the edges in the experimental design graph." />
     33  <field name="protocolApplications" type="mref" xref_entity="ProtocolApplication" description="The protocols used to produce this material" />
     34}}}
     35 *
     36 *
    2837   *