library; // expand the library object to include the external references stored // in the library_dbxref table $library = tripal_core_expand_chado_vars($library,'table','library_dbxref'); // get the references. if only one reference exists then we want to convert // the object into an array, otherwise the value is an array $references = $library->library_dbxref; if (!$references) { $references = array(); } elseif (!is_array($references)) { $references = array($references); } // check to see if the reference 'GFF_source' is there. This reference is // used to help the GBrowse chado adapter find librarys. We don't need to show // it if($references[0]->dbxref_id->db_id->name == 'GFF_source' and count($references)==1){ $references = array(); } ?>
References
External references for this type_id->name ?>
0){ ?> dbxref_id->db_id->name == 'GFF_source'){ continue; // skip the GFF_source entry as this is just needed for the GBrowse chado adapter } $class = 'tripal_library-table-odd-row tripal-table-odd-row'; if($i % 2 == 0 ){ $class = 'tripal_library-table-odd-row tripal-table-even-row'; } ?>
Dababase Accession
dbxref_id->db_id->name?> db_id->urlprefix){ ?>dbxref_id->accession?>dbxref_id->accession; } ?>
There are no external references