Skip to content

Commit 3cea3a2

Browse files
committed
updated locus id resource
1 parent 0226baa commit 3cea3a2

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
@@ -181,7 +181,7 @@ function process(){
181181
);
182182
}
183183
if(!empty($locus_id)){
184-
$locus_res = $this->getRes().$hgnc_id."_LOCUS";
184+
$locus_res = $this->getRes().$id."_LOCUS";
185185
parent::AddRDF(
186186
parent::triplify($id_res, $this->getVoc()."locus", $locus_res).
187187
parent::triplifyString($locus_res, $this->getVoc()."locus_type",utf8_encode(htmlspecialchars($locus_type))).

0 commit comments

Comments
 (0)