Changes between Version 7 and Version 8 of DespoinaLog/2010/12/07
- Timestamp:
- 2010-12-07T14:22:31+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2010/12/07
v7 v8 4 4 this will be faster and more complete : adjust pheno--> http://gbic.target.rug.nl:8080/Biobanks/molgenis.do 5 5 6 = GCC project 6 = GCC project = 7 7 Add gcc integrated bbmri project in gbic server.: http://gbic.target.rug.nl:8080/bbmri_gcc/molgenis.do 8 8 … … 16 16 }}} 17 17 * Fix missing classes: (despoina) 18 * * de.fuberlin.wiwiss.d2rq.D2RQException: Object for !d2rq:refersToClassMap not found at !d2rq:PropertyBridge map:'''Biobank_materials''' 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; 21 21 * +-----------+---------+------+-----+---------+----------------+ 22 * | Field | Type | Null | Key | Default | Extra|22 * | Field | Type | Null | Key | Default | Extra | 23 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 * +-----------+---------+------+-----+---------+------------ 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 * 28 37 *