Skip to content

Commit 2c28e5e

Browse files
Merge pull request #301 from alisoncallahan/sabiork-hotfix
Sabiork hotfix
2 parents 59c93b2 + 580fc25 commit 2c28e5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: sabiork/sabiork.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ function Run()
113113
$buf = file_get_contents("compress.zlib://".$reaction_file);
114114

115115
// send for parsing
116-
$p = new BioPAX2Bio2RDF($this->getRegistry());
117-
116+
$p = new BioPAX2Bio2RDF($this);
118117
$p->SetBuffer($buf)
119118
->SetBioPAXVersion(3)
120119
->SetBaseNamespace("http://sabio.h-its.org/biopax#")

0 commit comments

Comments
 (0)