We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cb6ac commit 9823176Copy full SHA for 9823176
biomodels/biomodels.php
@@ -133,7 +133,7 @@ function Run()
133
// $this->SetReadFile($download_file,true);
134
$buf = file_get_contents("compress.zlib://".$download_file);
135
136
- $converter = new BioPAX2Bio2RDF($this->getRegistry());
+ $converter = new BioPAX2Bio2RDF($this);
137
$converter->SetBuffer($buf)
138
->SetBioPAXVersion(3)
139
->SetBaseNamespace("http://identifiers.org/biomodels.db/$id/")
0 commit comments