We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a74dd commit 6d4a3d0Copy full SHA for 6d4a3d0
mgi/mgi.php
@@ -266,14 +266,14 @@ function MGI_GenePheno()
266
}
267
268
if($a[5]) {
269
- $pmids = explode(",",$a[5]);
+ $pmids = explode("|",$a[5]);
270
foreach($pmids AS $pmid) {
271
parent::addRDF(
272
parent::triplify($id,$this->getVoc()."x-pubmed","pubmed:".$pmid)
273
);
274
275
276
- $b = explode(",",$a[6]);
+ $b = explode("|",$a[6]);
277
foreach($b AS $marker) {
278
279
parent::triplify($id,$this->getVoc()."marker",$marker).
0 commit comments