Skip to content

Commit

Permalink
Version 13 removed the organism field on organism, which is also avai…
Browse files Browse the repository at this point in the history
…lable from target
  • Loading branch information
egonw committed Mar 3, 2012
1 parent 5c31df6 commit 2bf9b49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assays.php
Expand Up @@ -35,8 +35,6 @@

$props = mysql_query("SELECT DISTINCT * FROM assay2target WHERE assay_id = " . $row['assay_id']);
while ($prop = mysql_fetch_assoc($props)) {
if ($prop['assay_organism'])
echo data_triple( $assay, $ONTO . "organism", $prop['assay_organism'] );
if ($prop['tid'])
echo triple( $assay, $ONTO . "hasTarget", $TRG . "t" . $prop['tid'] );
if ($prop['confidence_score'])
Expand Down

0 comments on commit 2bf9b49

Please sign in to comment.