We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0226baa commit 3cea3a2Copy full SHA for 3cea3a2
hgnc/hgnc.php
@@ -181,7 +181,7 @@ function process(){
181
);
182
}
183
if(!empty($locus_id)){
184
- $locus_res = $this->getRes().$hgnc_id."_LOCUS";
+ $locus_res = $this->getRes().$id."_LOCUS";
185
parent::AddRDF(
186
parent::triplify($id_res, $this->getVoc()."locus", $locus_res).
187
parent::triplifyString($locus_res, $this->getVoc()."locus_type",utf8_encode(htmlspecialchars($locus_type))).
0 commit comments