Skip to content

Commit 349f3de

Browse files
committed
updated id_label
1 parent 9e0ae7a commit 349f3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hgnc/hgnc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function process(){
154154
$rat_genome_database_id_mappeddatasuppliedbyRGD = $fields[39];
155155

156156
$id_res = $this->getNamespace().$id;
157-
$id_label = "hgnc identifier";
157+
$id_label = "Gene Symbol for ".$approved_symbol;
158158
$id_label_class = "hgnc identifier: ".$id;
159159
parent::AddRDF(
160160
parent::triplify($id_res, "rdf:type", $this->getVoc()."Gene-Symbol").

0 commit comments

Comments
 (0)