Skip to content

Commit 9823176

Browse files
Finished upating BioModels parser to release3
1 parent 75cb6ac commit 9823176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biomodels/biomodels.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function Run()
133133
// $this->SetReadFile($download_file,true);
134134
$buf = file_get_contents("compress.zlib://".$download_file);
135135

136-
$converter = new BioPAX2Bio2RDF($this->getRegistry());
136+
$converter = new BioPAX2Bio2RDF($this);
137137
$converter->SetBuffer($buf)
138138
->SetBioPAXVersion(3)
139139
->SetBaseNamespace("http://identifiers.org/biomodels.db/$id/")

0 commit comments

Comments
 (0)